Design comparison
SolutionDesign
Solution retrospective
the challenging part is adding the active state on each numbers
Community feedback
- @Bayoumi-devPosted over 2 years ago
Hey Reymart, It looks good! but you have some issues you need to fix .
All page content should be contained by landmarks
, Sodocument should have one main landmark
, Contain the component in<main>
...</main>
.
<main> <div class="box_container"> <div class="card_container"> // ... </div> </div> </main>
2.
Page should contain a level-one heading
, Changeh2
toh1
You should always have oneh1
per page of the document. I hope this is useful to you... Keep coding👍Marked as helpful1
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