@oyeyinkaojoraSubmitted almost 2 years ago
How can I achieve the mobile menu, Point me to any tutorials where I can learn to accomplish that particular mobile menu
How can I achieve the mobile menu, Point me to any tutorials where I can learn to accomplish that particular mobile menu
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=flItyHiDm7E