Design comparison
SolutionDesign
Solution retrospective
Any advices are welcome.
Community feedback
- @NaveenGumastePosted over 2 years ago
Hello mariano ! Congo π on completing this challenge
Let's look at some of your issues, shall we:
-
Consider using
h2-h6
elements to add identifying headings to all sections. -
Warp your card content around the main tag Ex: π
<body> <main class="container"> *all you content here* </main> </body>
happy Codingπ
0 -
- Account deleted
hi there,
-
wrap all of the elements inside <main> tag to fix accessibility issues
-
headings should only increase by one so use h1 first then h2 etc..
i hope this is helpful and goodluck
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