Submitted about 3 years ago
Frontend Mentor - 3-column preview card component
@Jerry-Reis
Design comparison
SolutionDesign
Solution retrospective
Opinions will be highly appreciated.
Community feedback
- @zitescodyPosted about 3 years ago
Hello, @Jerry-Reis. Excellent job! Your HTML is neatly organized. Nice.
Let's eliminate those accessibility issues shall we..
This is a simple one. I would replace the <div class="cards"> tag with <main class="cards">. The article below explains this better than I would. This change makes "navigating a web page far simpler for screen reader users."
https://dequeuniversity.com/rules/axe/4.3/region?application=axeAPI
Please mark this as helpful if you benefitted from my feedback! Happy coding!
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