Design comparison
SolutionDesign
Community feedback
- @zitescodyPosted about 3 years ago
Hi there. Great work on the responsiveness of this project. You seem to grasp mobil-first web design really well here.
Below is a quick fix that will eliminate the accessibility issues on your report:
Instead of using a "div" element for your "main-container" class, use the "main" element
<main class="main-container">.This allows screen readers to navigate your content more efficiently and accessibly and notifies the screen reader this is your main content. Hope this helps! Great job on this.
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