Design comparison
SolutionDesign
Solution retrospective
feedbacks would be gladly accepted!
Community feedback
- @tesla-ambassadorPosted over 2 years ago
Hey Nigel, great solution! It's pretty responsive and pretty solid! I am only here to help with your accessibility issues.
- In order to resolve some of your accessibility issues, you might wanna use landmarks in your html code, these help browsers easily navigate your code. So you might consider wrapping your divs in landmarks like
<main>
or<header>
or<footer>
you need to do this according to how your page is structured. Incase you want to know more about landmarks, follow this link.
0@nigelvidaaalPosted over 2 years agowill definitely add this in the bag, thank you so much!
1 - In order to resolve some of your accessibility issues, you might wanna use landmarks in your html code, these help browsers easily navigate your code. So you might consider wrapping your divs in landmarks like
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