How can I create a navbar similar to that one?

Hello, coders!

Dealing with navbar is one of the most complicated thing for me in html/css (seriously) and today I saw this project and wanted to make a navbar similar to this one, but I just can’t figure out how to do it.

The link is right here: https://dribbble.com/shots/1549610-Ghost-Theme/attachments/236901
I would appreciate any help!

If your talking about the hamburger navbar button. That can be easily achieved with bootstrap.\

Checkout this vid. https://www.youtube.com/watch?v=15Yb9ZcCp3M

1 Like

Why don’t you show us some code you are working on? Are you trying to build the menu with HTML and CSS, or are you trying to actually make the menu work? If you are trying to get the menu to work, you will need JavaScript as HTML and CSS will not suffice.

1 Like

I was trying to make the menu work with only HTML and CSS hahaha thank you!

1 Like

In https://youtu.be/2klCZXwfvLs?t=160 this video he buildings a navigation bar. The link will take you right to the timestamp where he does it.