Design comparison
SolutionDesign
Solution retrospective
I could use any feedback really :D
Community feedback
- @gueklingPosted almost 3 years ago
Your solution looks amazing! Just one thing to point out - you have a
<header>
within another<header>
, which is causing most of the accessibility issues. You might want to do something like this instead:<header> <div class="name-of-img-class"></div> </header>
Good luck! :D
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