Design comparison
SolutionDesign
Community feedback
- @Nadine-GreenPosted almost 2 years ago
HEY AHMET!
To fix your accessibility warning, instead of using a
div
for the<div class="container">
, you could opt for a more semantic element likemain
instead, this will not only make your page more accessible, but you will also have one less error.You will also need to decrease the value of your
max-width
so that it matches the design more.HOPE I COULD BE OF HELP :)
HAPPY CODING!
Marked as helpful0
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