Design comparison
SolutionDesign
Community feedback
- @yannmarcPosted about 2 years ago
Hello Friend!
You Rock!!
Your code suffers from accessibility issues and HTML semantics.
-
Try wrapping your
sections
into amain
tag. -
Thinking about screen readers your accessibility must be good, so for this, try adding
alt
labels to your images. This gives them a description. -
For landmarks issues try adding role to your attributes to your section. Example `role= 'contactinfo'.
-
For your layout, responsiveness is not that good across the different viewports. Follow the mobile first approach to your work, and this should solve it.
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