Design comparison
Solution retrospective
Any feedback would be appreciated. doing as many of these smaller projects as I can to get "gooder" as the kids say (perhaps) now and days.....
Community feedback
- @tesla-ambassadorPosted over 2 years ago
Hey Rick, congratulations on completing this wonderful challenge! It looks pretty awesome and I think the responsiveness is pretty great! I am only here to address the accessibility issue on your report! In order to resolve your accessibility issue, 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 up the great work π
Marked as helpful1@joyrexjrlPosted over 2 years ago@tesla-ambassador Thank you for the feedback, that is something I need to work on for sure. I am unsure when to use those landmarks for my pages. Ill check out that link, thanks again.
1
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