Design comparison
SolutionDesign
Community feedback
- @BigO-DevPosted 6 months ago
Overall, you did an excellent job of coming close to the design. Some things to work on:
- Having a
<main>
section where your main content is a good idea. - Semantic headings and structured text enhance accessibility.
- Media queries adjust layout elements and typography on smaller screens.
- Responsive image handling with max-width: 100% ensures images scale correctly.
- Consider the impact of setting margins and paddings in fixed units; switching these to more flexible units like rem or percentages could improve scaling.
- Review and remove any potentially unused styles to optimize loading times.
0 - Having a
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