Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

Bootstrap - Navbar

Back


Class HTML Tag Description
navbar <nav>  
navbar-dark <nav> dark background color
navbar-expand <nav> responsive collapsing
navbar-brand <a> for company, product, or project name
navbar-nav <ul> a full-height and lightweight navigation
nav-item <li> navigation item
nav-link <a> navigation link
navbar-text <span> vertically centered text

TOP