Design comparison
SolutionDesign
Solution retrospective
All feedback is welcome, thank you fro your time!
Community feedback
- @tesla-ambassadorPosted over 2 years ago
Hey Tenzin. Congrats on completing this wonderful challenge! Your solution is really responsive and solid! I also like how you added extra interactive features like the hover states on both buttons and links.
- 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.
Happy Coding and keep on coding!
Marked as helpful1@lekdupPosted over 2 years ago@tesla-ambassador wow thank you very much for your time, i will work on this!
0 - 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