Buttons
Use Bootstrap’s custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more.
Default
<button type="button" class="btn btn-primary">Primary</button>
<button type="button" class="btn btn-primary btn-rounded">Primary</button>
With Icon
<button type="button" class="btn btn-primary btn-with-ico">Primary <i class="icon-check"></i></button>
<button type="button" class="btn btn-primary btn-with-ico"><i class="icon-check"></i> Primary</button>
<button type="button" class="btn btn-primary btn-ico"><i class="icon-check"></i></button>