Add class .nav:
Centered with .justify-content-center:
Right-aligned with .justify-content-end:
Takes the basic nav from above and adds the .nav-tabs class to generate a tabbed interface.
Take that same HTML, but use .nav-pills instead:
Force your .nav’s contents to
extend the full available width one of two modifier classes.
Stack your navigation by changing the flex item direction with the .flex-column utility.