Design comparison
SolutionDesign
Community feedback
- @jl-stephensonPosted 3 months ago
Hi AnDev,
Great work on this project, your solution looks really close to the design!
One suggestion:
- Your HTML doesn't follow the heading hierarchy. You have an
h1
element for the name on the first card all of the following names areh2
elements. This makes the succeeding names sub-headings of the first name and could cause confusion. To include anh1
tag you could make it an overview heading and make it visually hidden with CSS like this.
Great work!
0 - Your HTML doesn't follow the heading hierarchy. You have an
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