Design comparison
Community feedback
- @marissahuysentruytPosted over 1 year ago
Nice work on this! Looks like there's some SVG's missing in comparison to the design, but I love how clean & concise your JS is!!
One thing I've been trying to get better at is starting from the mobile designs instead of the desktop. If you build out the mobile version first, and use
min-width
media queries instead ofmax-width
, you won't run into issues where your styles stop. Based on your current media queries, once a screen gets past 1440px, your site styles totally disappear! 😭 In dev tools, expand the screen size past yourmax-width
1440px, and you'll see the component looks broken (it's not, but it may look that way to a user).Marked as helpful1@ramaalfinPosted over 1 year ago@marissahuysentruyt thank you for your comment, it is help to me:))
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord