Design comparison
SolutionDesign
Solution retrospective
This is my first page made with SASS and BEM. Any suggest??
Community feedback
- @eleswastakenPosted about 3 years ago
There are some elements that are not accessible. Try to navigate through your page with keyboard(tab/tab+shift). You will see that cart and account are skipped. Try to make them focusable by replacing them with links, better yet with buttons. Put
card__buttons-container
into a form. In that form replacep
with<input type="number">
and wire to incr/decr buttons.Where to use forms? Just remember if user enters/submits some data, it's a form. Good luck!
0
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