Introduction
Navigating the web with nav bars
()
Working with CodePen
()
1. Navigation Bar Basics
Using HTML to mark up a nav bar
()
Understanding the box model of a nav bar
()
Removing default list styling
()
Understanding link states and styling the text
()
2. Vertical Navigation Bars
Creating space in your nav bar
()
Indicating "you are here" in the navigation
()
Challenge: Style a vertical nav bar
()
Solution: Style a vertical nav bar
()
Enlarging the clickable area of the link
()
Adding an icon to the link in an accessible way
()
Using background images in links for styling
()
3. Horizontal Navigation Bars
Placing a logo in the center of a horizontal nav bar
()
Challenge: Style a horizontal nav bar
()
Solution: Style a horizontal nav bar
()
Making navigation go horizontal with inline-block
()
Making navigation go horizontal with Flexbox
()
Centering and styling a horizontal navigation bar
()
4. Responsive Navigation Bars
Styling the nav bar and hamburger button with media queries
()
Challenge: Make your nav bar responsive
()
Solution: Make your nav bar responsive
()
Add icons for a hamburger button
()
Adding hamburger button functionality with CSS
()
5. Nested Navigation Bars
Adding and styling a second level of vertical navigation
()
Adding a second layer of horizontal navigation
()
Creating dropdowns with CSS
()
Conclusion
Additional HTML and CSS courses
()
Ex_Files_HTML_and_CSS_Creating_Nav_Bars.zip
(34 KB)