Responsive Navbar Example
Here we use media queries to transform the vertical navbar to a horizontal navbar when the screen size is 900px or less.
Another media query is for screens that are 400px or less, which will vertically stack and center the navbar links.
You will learn more about media queries and responsive web design later in our CSS Tutorial.
Resize the browser window to see the effect.