Design comparison
Solution retrospective
suggest fixes if you see any problems...thanks!
Community feedback
- @NaveenGumastePosted almost 3 years ago
Hay ! Good Job you made it look nearly perfect to the preview
These below mentioned tricks will help you remove any Accessibility Issues
-> Add Main tag after body like it should be your container
-> For 1st heading or h1 tag, use header tag and then inside the header put your h1 or h2 etc
-> But use header tag only once in main heading element.
Keep up the good work!
0 - @Aadv1kPosted almost 3 years ago
Don't use
!important
!!! It should only be used when working with css libraries such as bootstrap. Instead of important you should use specific selectors as they will be prioritized over general selector.foo {}
overdiv {}
also consider adding a background image0
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