Buttons
Use Bootstrap's custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states etc.
Buttons Colors
Use default Bootstrap markup to display Buttons elements. See the Bootstrap documentation for a full list of options and modifiers. Bootstrap Buttons Documentation
Solid Buttons
HTML
<a class="btn btn-primary" href="#">Solid button</a>
Outline Buttons
HTML
<a class="btn btn-outline-primary" href="#">Outline button</a>
Button sizes
Customize the size of a button using .btn-sm
and .btn-lg
.