All Bootstrap colors, plus one theme color button .btn-theme.
Transform buttons in iconed buttons adding .btn-iconedclass.
Add labels to the buttons with .btn-labeledclass.
New and amazing theme button with theme colors .btn-theme.
Bordered buttons adding .btn-borderedclass.
Create split button dropdowns with the same markup changes, only with a separate button.
You can change to larger or smaller buttons, from xs to xl size.
Iconize buttons adding .btn-iconclass.
Combine sets of .btn-groupdivs into a .btn-toolbardiv.
Convert buttons to pill buttons adding .btn-pillclass.
You can wrap buttons with a parent span with .btn-wrapperclass.
Make your buttons darker by adding .btn-darkenclass.
Make your buttons lighter by adding .btn-lightenclass.
Disable buttons adding .disabledclass.
Create block buttons (full width) with .btn-blockclass
Use .btn-transparentto make buttons transparent.
Make button 3D with .btn-3dclass.
Add shadow to the button content with .btn-shadow-left or btn-shadow-rightclass.
Group a series of buttons together on a single line with the button group class .btn-group.
Buttons with rounded rounds with .btn-roundedclass.
Transform button typos with .uppercase .lowercase .capitalize .small-capsclasses.
Add shadow to the button text with the available text shadow classes.
Activate buttons adding .activeclass.
Highlight new or unread elements with .badgeclass span.
Toggleable, contextual menu for displaying lists of links.
Make buttons bottom bordered .btn-bottomclass.
Use .fa-stackand fa-stack-*xto define Font Awesome Buttons.
<span class="btn btn-info fa-stack"> <i class="fa fa-stop fa-stack-2x"></i> <i class="fa fa-magic fa-stack-1x"></i> </span>
Use default button colors classes to define Font Awesome Stack buttons color. Example: .btn-danger
Use from .fa-1xto .fa-6xclasses to resize buttons.
Use .fa-spinor .fa-pulseclasses to animate the buttons.