Button styles can be applied to anything with the .btn class applied. However, typically you'll want to apply these to only a and button elements for the best rendering.

Button class=""
.btn-default
.btn-primary
.btn-info
.btn-success
.btn-warning
.btn-danger
.btn-inverse

Easy to use icons in custom buttons just add .btn-icon-right to btn class.


If you would like to add shadow to your buttons then use .btn-shadow class.


If you would like to add radius to your shadow buttons then use .btn-rounded class.


Buttons are also available without backgrounds add .btn-outline.


Outline button no-radius


Outline button no-border


Circle button btn-circle

Fancy larger or smaller buttons? Add .btn-large, .btn-small, or .btn-mini for additional sizes.

Create block level buttons—those that span the full width of a parent— by adding .btn-block.

Button dropdowns work at any size: .btn-large, .btn-small, or .btn-mini.

Wrap a series of buttons with .btn in .btn-group.