Buttons

Basic Buttons

Bootstrap includes six predefined button styles, each serving its own semantic purpose.

Buttons with Icon

Bootstrap includes six predefined button styles, each serving its own semantic purpose.

Button group

Group a series of buttons together on a single line with the button group. Wrap a series of buttons with .btn in .btn-group.

Icon Buttons

Sizes

Add .btn-lg or .btn-sm for Fancy larger or smaller buttons size.

Button Group Sizes

Instead of applying button sizing classes to every button in a group, just add .btn-group-* to each .btn-group.

Block buttons

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

Button tags

The .btn classes are designed to be used with the <button> element. However, you can also use these classes on <a> or <input> elements.

Link