Design comparison
Solution retrospective
Hi all,
Please let me know your thought's.
Thanks, Nick
Community feedback
- @shashreesamuelPosted over 2 years ago
Hey NickODxyz, good job completing this challenge. Keep up the good work
Your solution looks great however I think your two buttons below your website description need some margin from the top. You can achieve this using
<margin-top
property.In terms of your accessibility issues
-
headings should only increase by one level, this means that if you have a
<h1>
tag then the preceding tag should be a<h2>
. -
wrap all your content between
<main>
tags to get rid of the rest of accessibility issues.
In terms of validation errors it should be resolved once your accessibility issues are fixed
I hope this helps
Cheers Happy coding š
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