NabilHY / portfolio1

Second Microverse Project
1 stars 0 forks source link

Add mobile menu #11

Closed NabilHY closed 2 years ago

NabilHY commented 2 years ago

In this branch I and my coding partner Added a mobile menu to my portfolio website, using DOM and JS, that has the following features : When the user clicks (or taps) the hamburger button, the mobile menu appears. When the user clicks (or taps) the close (X) button, the mobile menu disappears. When the user clicks (or taps) any of the mobile menu options, the mobile menu disappears. When the user clicks (or taps) any of the mobile menu options, a correct part of the page is displayed.

NabilHY commented 2 years ago

Deepakdanger Thank you for offering your feedback on my portfolio. I will try to fix it by giving it a display property of none on the desktop media query.