Intro Section Dropdown Navigation - HTML + Css
Design comparison
Solution retrospective
- I had difficulty creating this dropdown menu. I'll leave it to assemble the responsive one in the second part.
Community feedback
- @SouleymaneSy7Posted almost 2 years ago
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 helpful0 - @nelsonleonePosted almost 2 years ago
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 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