Design comparison
Solution retrospective
The common issue is to center the elements and set the margins to make it responsive and faithful to the design.
Community feedback
- @EthanAmatoPosted over 1 year ago
Hey there! First of all I want to say fantastic job! It looks beautiful. If you want to address some of the warnings that the accessibility report gave you, check out the following:
"Document should have one main landmark" + "3 All page content should be contained by landmarks"
Essentially, it's telling you to make use of semantic HTML (which you clearly understand due to the usage of the article tag) to make the site easier to read for screen readers. Essentially, I believe just wrapping all elements in your <body> tag with a <main> tag will solve your errors.
Hope this was helpful and, once again, great job!
Marked as helpful2
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