CSS Flexbox Tutorial #7 - Creating a Menu with Flexbox

Yo ninjas, in this CSS Flexbox tutorial I’ll show you how we can create a navigation / menu bar using flexbox - reeeeaaaally easily! Instead of floating all of the items to the left or right, then fixing the parent element collapse etc, all we need to do is apply 1 flex property and boom - we have ourselves a nice menu :). ----- COURSE LINKS: Source files on GitHub - Brackets editor - ----------------------------------------------
Back to Top