Design comparison
SolutionDesign
Community feedback
- @KundaiTSPosted 25 days ago
Well done @valchiz. Overally, your code is clean, and the design is quite similar.
Suggested Improvements:
- Enhance semantic structure with
<header>
,<footer>
, and<section>
tags. - Improve accessibility with descriptive alt text, aria-labels, and button roles. -Add responsiveness by using flexible units, media queries, and max-width properties for the layout.
- Move the inline CSS to an external stylesheet and consider using CSS variables for color consistency.
1 - Enhance semantic structure with
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