Design comparison
SolutionDesign
Community feedback
- @tea-scriptsPosted over 2 years ago
Good luck completing the project! Some things to put into consideration would be:
- Ensure to place your entire markup in a landmark like the
main
. - When using
section
tags, you should stick to usingh2
-h6
in place ofh1
- You should also consider adding a
min-height
on your cards especially for small screens. Good effort using HTML Semantics. Great work, happy coding 👍!
0@wendyhamelPosted over 2 years ago@coder-teamie Thanks for the feedback. You were so fast that you missed my tweeks, like adding the main :smiley: I added the h1 for screenreaders. It was one of the accessibility issues from the report. (It's only visible for screenreaders) The min-height is a good one. I do use it in projects where I don't know the exact content of a card.
0@tea-scriptsPosted over 2 years ago@wendyhamel Oops, my bad. I just gave a review immediately I saw your submission, sorry about that 😁. Glad you were able to add some tweaks. Happy coding 👍!
0 - Ensure to place your entire markup in a landmark like the
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