Documentation and examples for how to use Bootstrap’s included navigation components. Read the Official Bootstrap Documentation for a full list of instructions and other options.
Navigation available in Bootstrap share general markup and styles, from the base .nav class to the active and disabled states. Swap modifier classes to switch between each style.
Change the horizontal alignment of your nav with flexbox utilities. By default, navs are left-aligned, but you can easily change them to center or right aligned.
Stack your navigation by changing the flex item direction with the .flex-column
utility.
Take that same HTML, but add .nav-pills
class to it. Same goes to vertical nav.
Force your nav’s contents to extend the full available width one of two modifier classes.
Add dropdown menu to any of the item of the nav.
Responsive navigation header, the navbar. Includes support for branding, navigation, and more, including support for our collapse plugin.