Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
12
Comments
152
Dharmik_487
@Dharmik48

All comments

  • Daniel•60
    @danpth
    Submitted over 3 years ago

    Responsive page with Grid, Flexbox and Javascript

    3
    Dharmik_487•1,740
    @Dharmik48
    Posted over 3 years ago

    Hey👋,

    Good job with the solution! Looks nice, I just have a couple of things I think you can improve:

    • At around 930px screen width, the form looks very thin, so I think you should increase the width a bit.
    • Also it would be good if you add transition on hover state.

    Keep Developing👍

  • Sammy•280
    @soyed
    Submitted over 3 years ago

    Ping Coming Soon page - 7 / 10 🥳

    1
    Dharmik_487•1,740
    @Dharmik48
    Posted over 3 years ago

    Hey👋,

    Your solution looks pretty good! I just have a couple of suggestions:

    • Firstly, there is a vertical scroll bar in your solution and I don't think it should be there.
    • And I suggest you to remove the default outline on focus state from buttons and links.

    Apart from these you solution looks nice, keep it up👍

    Marked as helpful
  • CoderPr0•645
    @CoderPr0
    Submitted over 3 years ago

    Time-tracking-dashboard

    1
    Dharmik_487•1,740
    @Dharmik48
    Posted over 3 years ago

    Hey👋,

    Good job on completing the challenge! I just have one suggestion for you:

    • Try to use relative units like em and rem more instead of px as it is a good practice and helps in responsive design as well!

    Keep Developing👍

    Marked as helpful
  • Ali Sbane•470
    @0x41-li
    Submitted over 3 years ago

    Built with mobile-first flow, Postcss, Flexbox, Grid and Sass.

    1
    Dharmik_487•1,740
    @Dharmik48
    Posted over 3 years ago

    Hey👋,

    Great job with the solution! Looks great, but.. I just have one suggestion for you:

    • Try to use relative units like em and rem more instead of px.

    Keep Developing👍

    Marked as helpful
  • Andrew•260
    @andy-devs
    Submitted over 3 years ago

    Simple Accordion Card with JavaScript

    1
    Dharmik_487•1,740
    @Dharmik48
    Posted over 3 years ago

    Hey👋,

    Your solution is really good! But.. I found a few suggestions:

    • Try to use semantic html tags like main, section, header, etc. more as it is a good practice and good for SEO.
    • Also, I think you should remove the margin-top: 10rem; from 886px media-query as because of it there is a vertical scrollbar.

    Keep it Up👍

    Marked as helpful
  • Jonathan•295
    @Nathan-Front
    Submitted over 3 years ago

    Book mark landing page

    1
    Dharmik_487•1,740
    @Dharmik48
    Posted over 3 years ago

    Hey👋,

    Your solution looks good, but.. I have a few suggestions:

    • In the features section, when I try to click on the other feature, the details below won't change. So try to add it.
    • Also it would be great if you add some transition to hover state.
    Marked as helpful
  • Juan Cruz Silva•320
    @JuaniSilva
    Submitted over 3 years ago

    Mobile first using just HTML, CSS and JavaScript

    1
    Dharmik_487•1,740
    @Dharmik48
    Posted over 3 years ago

    Hey👋,

    Your solution looks good, but.. I have found a couple of issues:

    • You have not add any form validations, so add it.
    • And also add some hover effect with transition to the buttons and links

    Keep it up👍

    Marked as helpful
  • Shanib Ibrahim•160
    @shanib-ibrahim
    Submitted over 3 years ago

    HTML,SASS AND JS

    1
    Dharmik_487•1,740
    @Dharmik48
    Posted over 3 years ago

    Hey👋,

    Your solution looks great! Maybe just add some transition to hover effect.

    Keep it up👍

    Marked as helpful
  • MHIEN•230
    @MinHien-git
    Submitted over 3 years ago

    css and HTML

    1
    Dharmik_487•1,740
    @Dharmik48
    Posted over 3 years ago

    Hey👋,

    • To center the card you can use display: flex; and place-items: center; to the parent.

    Hope it helps🤗

  • ogolajecinta•45
    @ogolajecinta
    Submitted over 3 years ago

    3-column-preview-card-component

    1
    Dharmik_487•1,740
    @Dharmik48
    Posted over 3 years ago

    Hey👋,

    Good job on completing the challenge! But.. I have a few suggestions:

    • On the buttons, at normal state, there is no border, but when hovered there is a border. So, when I hover it the content just pops up because of the border. To fix that maybe add a transparent border at normal state.
    • Also it would be good if you add some transition on hover state.
  • Athilla•230
    @Athlla
    Submitted over 3 years ago

    Order summary HTML CSS

    2
    Dharmik_487•1,740
    @Dharmik48
    Posted over 3 years ago

    Hey👋,

    Your solution is really Good! I just have one suggestion for you:

    • Add some transition to hover effects, as it will increase the experience.

    Keep it Up👍

  • Mamatkulov Maruf•340
    @Marufjan
    Submitted over 3 years ago

    Grid System, FlexBox, Box Model , Javascript etc

    2
    Dharmik_487•1,740
    @Dharmik48
    Posted over 3 years ago

    Hey👋,

    Your solution is really good! Looks great, but.. I just found one issue:

    • Below screen width of 375px the cards all become aligned like on bigger screen instead of like it should be on small screens.

    Apart from these, it looks really good, Keep it Up👍

    Marked as helpful
  • BADHRI KESAVA RAJA S M•515
    @Badhrikr
    Submitted over 3 years ago

    HTML and CSS

    2
    Dharmik_487•1,740
    @Dharmik48
    Posted over 3 years ago

    Hey👋,

    Great job with the solution! Looks really good, but.. I have a couple of suggestions:

    • First, I think you should change the value in media query to 900px instead of 768px as around 850px screen width, there seems to be an horizontal scrollbar.
    • And a minor thing, in your solution there is lot of empty white space at the bottom of the cards.

    Apart from these, it is really good, Keep it up👍

    Marked as helpful
  • Miguel•70
    @Miguel-Caruana
    Submitted over 3 years ago

    3-Column Cards

    1
    Dharmik_487•1,740
    @Dharmik48
    Posted over 3 years ago

    Hey👋,

    Your solution is really good! But.. I found a few suggestions:

    • Try to use semantic html tags like main, section, header, etc. more as it is a good practice and good for SEO.
    • Also try to use relative units like em and rem more instead of px.
    • And a minor thing, add some transition to hover state`.

    Keep it up👍

    Marked as helpful
  • Óscar Rabadán Martínez•150
    @Oscarandio
    Submitted over 3 years ago

    Just improving my first challenge, now looks perfect!

    1
    Dharmik_487•1,740
    @Dharmik48
    Posted over 3 years ago

    Hey👋,

    Your solution is really good! But.. I found a few suggestions:

    • Try to semantic html more.
    • Also try to use relative units like em and rem more instead of px.

    Keep it up👍

    Marked as helpful
  • Youssef•390
    @Youssef-Ghafir
    Submitted over 3 years ago

    Huddle-landing-page-with-single-introductory-section

    1
    Dharmik_487•1,740
    @Dharmik48
    Posted over 3 years ago

    Hey👋,

    Great job with solution! Looks really good, but.. I have a few issues:

    • At around and below 980px there is a vertical scrollbar and I don't think it is supposed to be there.
    • Also try to use relative units like em and rem more instead of px.

    Apart from these, your solution is nice, keep it up👍

  • Carl Jones•200
    @jones9411
    Submitted over 3 years ago

    HTML and CSS

    1
    Dharmik_487•1,740
    @Dharmik48
    Posted over 3 years ago

    Hey👋,

    Good job with the solution! I just found a couple of issues:

    • Use sematic html tags like main, section, header, etc. more as it is a good practice and good for SEO.
    • You have not added any hover states to any links and buttons, so add it with some transition.
    Marked as helpful
  • Babajide Peter Oyafemi•200
    @Babajide777
    Submitted over 3 years ago

    Semantic HTML5 markup, CSS3, Flexbox, Grid

    1
    Dharmik_487•1,740
    @Dharmik48
    Posted over 3 years ago

    Hey👋,

    Your solution is nice! But.. I found a couple of issues:

    • At default state, the buttons don't have a border, and when in hover state you are adding a border so the content above it moves up by a bit, so add a transparent border to normal state.
    • Also you have not add any hover states to buttons, so add it with some transition.

    Keep it Up👍

    Marked as helpful
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub