Design comparison
SolutionDesign
Community feedback
- @SamadeenPosted over 2 years ago
Hey!! Cheers 🥂 on completing this challenge.. .
Here are my suggestions..
- You should use <main class="text"> instead of <div class="text">.
- You shouldnt next an ul directly under any ul..its best you nest a li in an ul then an ul in an li eg <ul> <li> <ul> <li></li> </ul> </li> </ul>.
This should fix most of your accessibility issues
. Regardless you did amazing... hope you find this useful... Happy coding!!!
1
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