Design comparison
SolutionDesign
Community feedback
- @cacesasaPosted 3 months ago
Hello John, First, congrats on finishing the challenge and well done. Your desktop view is almost a carbon copy of the original design, you implemented semantic HTML well and your HTML structure is good. Your code is readable, and reusable. The transition to the mobile view is not perfect, and that is easy to fix. For your media query I recomend setting the min-width to 72rem becuase of the width of the desktop view is around 70rem, instead of max-width for the main tag, just use width: 20.4375rem and don't set a height, it will auto adjust. Hopefully that will help and happy coding.
Marked as helpful0
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