Design comparison
Solution retrospective
I would like to find out how I can structure my html and css code cleaner. It seems more verbose than it should be because of the hover states.
Community feedback
- @anoshaahmedPosted almost 3 years ago
To avoid accessibility issues in the future:
- wrap everything in your body in <main>
- have at least one h1 in your code
Good job! :)
Marked as helpful0 - @Saran-73Posted almost 3 years ago
Hi π congratulations on finishing this challenge
-
Use
<main>
tag for your container to resolve accessibility issues. -
change your h2 to
<h1>
don't use h tags to get desired size u can change it in css bcoz h tags should always be in order. -
Try to avoid Id selector you should know when to use Id ,class and when not to so learn about selector specificity this is important.
Best of luck keep learning.
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