All technological notes.
| 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 |
<nav>):
sticky-top: stickied to the topsticky-bottom: stickied to the bottomfixed-top: fixed to the topfixed-bottom: fixed to the bottom