Intro Section Dropdown Navigation - HTML + Css

Solution retrospective
- I had difficulty creating this dropdown menu. I'll leave it to assemble the responsive one in the second part.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @SouleymaneSy7
Hi, congrats for completing this challenge.😁
For creating a dropdown menu, you can use Javasript to make it dynamic. Just add an event listener on the dropdown elements to toggle with a active class and style this particular class in the css to make more styled. And that's it, if you have any issue, search on Google for how to add a dropdown menu on projects.
Marked as helpful - @nelsonleone
Hello , congrats on completing this challenge. Well done.
but some things you should consider implementing or take into consideration for next time. You need always add an alt text for your images to make them more accessible for AT. If the image doesn't send a message, you can add an empty string , and set ARIA-HIDDEN="TRUE" which makes screen-reader not bother on reading the image. This can be done on images that are just for design.
Marked as helpful
Join 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