Bootstrap Reference
Bootstrap Reference
Typography
Headings
<h1>, <h2>, <h3>, <h4>, <h5>, <h6>
h1 Page
h2 Portlet / Section
h3 Content
h4 Content Section
h5 Reserved
h6 Reserved
Blockquotes
<blockquote>
For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally.
<blockquote class="blockquote-reverse">
For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally.
Contextual Colours
.text-muted, .text-primary, .text-success, .text-info, .text-warning, .text-danger
This text is muted.
This text is important.
This text indicates success.
This text represents some information.
This text represents a warning.
This text represents danger.
.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger
This text is important.
This text indicates success.
This text represents some information.
This text represents a warning.
This text represents danger.
Buttons
Button Colours
.btn, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-link
Button Sizes
.btn-lg, .btn-md, .btn-sm, .btn-xs, .btn-block
Button Width
.btn-block
Button States
.active, .disabled
Button Groups
Standard Group
Vertical Group
Justified Group
Dropdowns
Basic Dropdown
with headers, dividers, active and disabled states
Split Button Dropdown
Badges
With Buttons
<button>Label<span class="badge">Text</span></button>
Tooltips
Popovers
Alerts
.alert & .alert-success, .alert-info, .alert-warning, .alert-danger
Panels
Basic
.panel > .panel-body
Panel Heading
.panel > .panel-heading
Panel Footer
.panel > .panel-footer
Panel Group
.panel-group > .panel > .panel-footer
Contextual Panels
.panel-group > .panel & .panel-default, .panel-primary, .panel-success, .panel-info, .panel-warning, .panel-danger
Forms
Text Input
.form-control
Text Input Sizes
.form-control & .input-sm, .input-lg
Textarea
.form-control
Checkboxes
Radio Buttons
Progress Bar