DEV Community

FollowAndrew
FollowAndrew

Posted on • Originally published at followandrew.dev

Responsive Navbar w/ Flexbox

Out with another video tutorial based off of https://twitter.com/azaleamollis written tutorial. Learn to code up a responsive navigation bar with Flexbox. A bit of CSS animation and jQuery to boot!

Subscribe To The Channel!

Oldest comments (1)

Collapse
 
jdriviere profile image
J. Djimitry Rivière • Edited

This post helped me fix a lot of problems with my customized navbar. Unfortunately, I had to use JS, when my CSS library is CSS-only. Maybe I'll try to find an alternative solution soon. Thank you very much.