Hamburger Menu Variation

Hi all,

I would like to share a variation of the Hamburger menu linked in the Css part of the Javascript course.

In case you want to take a look or use for your exercises/projects,here some details:

In the original version, for large screens, the menu bar is fixed at the left part of the screen, while in this variation, the menu displays inline, aside the logo.

While, for narrow device, it transforms into hamburger menu) as the original one.

Media queries are set to:

<767px : Mobile version

768px: DeskTop version.

I put all the files in a sandbox, here below the link.

https://xgr92p.csb.app/

Feel free to use, correct, play and have fun with it…

Thanks and good lessons to ya all!!

1 Like