Design comparison
Solution retrospective
How can I achieve the mobile menu, Point me to any tutorials where I can learn to accomplish that particular mobile menu
Community feedback
- @azhar1038Posted almost 2 years ago
Hi Oyeyinka,
For navbar try checking out tutorial by Kevin Powell in youtube. It is not exactly for this but he has shared some important tips and ideas that will help you.
Marked as helpful0 - @Akshay-TardePosted almost 2 years ago
Hello Oyeyinka! First of all, great work!
You can contain your card-wrapper-section in an <aside> HTML element for the accessibility report. Also, "The Bright Future of Web 3.0?" should be an h1 element. This takes care of the accessibility report. Coming to the mobile menu, you need to first style the open menu and the closed menu. Then add event listeners to the hamburger menu button to add the open menu class.
Similarly, add an event listener for the close menu button to remove the open menu class. You can reference this video: https://www.youtube.com/watch?v=flItyHiDm7EMarked 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