Buttons

Default

Use the button classes on an <a>,<button>,or <input>element.

Outline

Use the .btn-outline-*classes to quickly create bordered buttons.

Rounded

Add .btn-roundedto buttons to get large rounded corners.

Rounded Outline

Use the .btn-outline-*and .btn-roundedclasses together to quickly create bordered buttons with large rounded corners.

Icon

Add icons to any button or even use Icon-only buttons.

Size

Add .btn-lgor .btn-smclasses for additional button sizes.

Disabled

Add the disabledattribute to disable buttons.

Block

Create block level buttons,by adding add .btn-block.

Group

Create a group of buttons by wrapping with .btn-group.