Bootstrap Buttons

This is the .btn-info button element. To use it just type the following code in your text editor. Make sure the code is added in the html mode.

<button class="btn btn-info">...</button>

This is the .btn-success button element. To use it just type the following code in your text editor. Make sure the code is added in the html mode.

<button class="btn btn-success">...</button>

This is the .btn-warning button element. To use it just type the following code in your text editor. Make sure the code is added in the html mode.

<button class="btn btn-warning">...</button>

This is the .btn-danger button element. To use it just type the following code in your text editor. Make sure the code is added in the html mode.

<button class="btn btn-danger">...</button>

This is the .btn-inverse button element. To use it just type the following code in your text editor. Make sure the code is added in the html mode.

<button class="btn btn-inverse">...</button>

Button Sizes

This is the large button size. To use it just type the following code in your text editor. Make sure the code is added in the HTML mode.

<button class="btn btn-large">...</button>

This is the default button size. To use it just type the following code in your text editor. Make sure the code is added in the HTML mode.

<button class="btn">...</button>

This is the small button size. To use it just type the following code in your text editor. Make sure the code is added in the HTML mode.

<button class="btn btn-small">...</button>

This is the mini button size. To use it just type the following code in your text editor. Make sure the code is added in the HTML mode.

<button class="btn btn-mini">...</button>