1. 1
    Build a Navbar Layout using Tailwind and Flexbox
    7m 58s

Build a Navbar Layout using Tailwind and Flexbox

InstructorAdam Wathan

Share this video with your friends

Send Tweet

The navbar is a common component that you'll find yourself styling in almost any application. In this lesson we'll start with the HTML structure of the navbar and end with styling it to look good.

We'll import an image to use as a logo in the navbar as well as a hamburger svg that we'll use for a menu button. Both these items need to be positioned within the navbar so we will add flexbox and see how easy it is to align these items vertically and horizontally