Design comparison
SolutionDesign
Community feedback
- @atif-devPosted almost 2 years ago
Hi Sanja, Congrats for completing the challenge. Better take care of following points.
- To eliminate frontendmentor Accessibility report issue "All page content should be contained by landmarks", use
main
tag and wrap your code in it like:
<body> <main> ---your code here---- </main> <footer> </footer> </body>
Since we tackle responsive design so it is preferable to use
em
unit for padding and margin andrem
unit for font-size.Hope you will find this Feedback Helpful.
Marked as helpful1 - To eliminate frontendmentor Accessibility report issue "All page content should be contained by landmarks", use
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