Use the button classes on an <a>, <button>, or <input> element.
<a>
<button>
<input>
Add .btn-rounded to default button to get rounded corners.
.btn-rounded
Use a classes .btn-bordred to quickly create a bordered buttons.
.btn-bordred
Use a classes .btn-trans to quickly create a bordered buttons.
.btn-trans
Create buttons with minimum width by adding add .w-xs, .w-sm, .w-md or .w-lg.
.w-xs
.w-sm
.w-md
.w-lg
Add .btn-lg, .btn-sm, or .btn-xs for additional sizes.
.btn-lg
.btn-sm
.btn-xs
Add the disabled attribute to <button> buttons.
disabled
Icon only button.
Create block level buttons,with by adding add .btn-block.
.btn-block
Wrap a series of buttons with .btn in .btn-group.
.btn
.btn-group