YouTip LogoYouTip

Bootstrap4 Navs

If you want to create a simple horizontal navigation bar, you can add the .nav class to the
    element, the .nav-item class to each
  • item, and the .nav-link class to each link: ## Example [Try it Β»](#) * * * ## Navigation Alignment The .justify-content-center class is used to center the navigation, and the .justify-content-end class is used to right-align the navigation. ## Example
[Try it Β»](#) * * * ## Vertical Navigation The .flex-column class is used to create a vertical navigation: ## Example