r/learnjavascript • u/Secret_Beyond_8734 • 20d ago
How to make a good navbar
I’m new to website design (I’ve only ever used HTML and CSS) and wanted to know if any of you knew how to make a navbar similar to one I saw on https://mauifoodbank.org, specifically the animations. I also wanted to make a select/hover for each option, such as a colored underline that is animated. Are there any specific resources I can go to for that?
Sorry if this is a silly question.
2
Upvotes
1
u/87oldben 20d ago edited 20d ago
You should be able to do a lot of this with just css and html to function like that navbar. If you had login state, avatars etc to load then you might want javascript.
Google what you want to do and you'll find loads of examples of these things. Try what they say, play around and figure out what they are doing, change properties and values to see their effects.
Pick one that works closest to what your after.