A standard navigation bar is created with the .navbar class,
followed by a responsive collapsing class:
.navbar-expand-xl|lg|md|sm
(stacks the navbar vertically on extra large, large, medium
or small screens).
To add links inside the navbar, use a <ul> element with
class="navbar-nav" .