Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I managed to complete the task and it looks great to me, I learned a lot about responsiveness
What challenges did you encounter, and how did you overcome them?IMG styling
What specific areas of your project would you like help with?any help and feedback will be useful
Community feedback
- @aproskurPosted 8 months ago
Wow, this looks amazing! It's just like the design!
For further refinement, ensure that your media queries are using min-width rather than just width for conditions. This follows the mobile-first design principle more closely. For example, @media only screen and (min-width: 500px) { ... }
1
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