Buttons
These modular elements can be readily used and customized in every layout across pages.
Buttons Colors
Use default Bootstrap markup to display Buttons elements. See the Bootstrap documentation for a full list of options and modifiers. View Buttons on Bootstrap⟶
Solid Buttons
HTML
<a href="#" class="btn btn-primary">Solid Button</a>
Outline Buttons
HTML
<a href="#" class="btn btn-outline-primary">Outline Button</a>
Buttons Sizes
Customize the size of a button using .btn-xs
, .btn-sm
and .btn-lg