Example page header Subtext for header

Alerts

Wrap any text and an optional dismiss button in .alertand one of the four contextual classes (e.g., .alert-success) for basic alert messages.

Success!

Best check yo self, you're not looking too good...

Well done!You successfully read this important alert message.
Heads up!This alert needs your attention, but it's not super important.
Warning!Best check yo self, you're not looking too good.
Oh snap!Change a few things up and try submitting again.
<divclass="alert alert-success">...</div><divclass="alert alert-info">...</div><divclass="alert alert-warning">...</div><divclass="alert alert-danger">...</div>
Initail Collaps bar
Notifications (Gritter)

Click on below buttons to check it out.

RegularStickyImagelessLightMax of 3Remove all
Modal Dialogs
DialogConfirmAlert !
Pagination

Sizing

Fancy larger or smaller pagination? Add .pagination-lgor .pagination-smfor additional sizes.

Default example


Aligned links


Optional disabled state

Pager links also use the general .disabledutility class from the pagination.

Labels & badge

Add any of the below mentioned modifier classes to change the appearance of a label.

DefaultPrimarySuccessInfoWarningDanger

<spanclass="label label-default">Default</span><spanclass="label label-primary">Primary</span><spanclass="label label-success">Success</span><spanclass="label label-warning">Warning</span><spanclass="label label-danger">Danger</span>

Easily highlight new or unread items by adding a <span class="badge">to links, Bootstrap navs, and more.

5101520253035

Basic Progress Bars
60% Complete
40% Complete (success)
20% Complete
60% Complete (warning)
80% Complete

Default progress bar code example.

<divclass="progress"><divclass="progress-bar"role="progressbar"aria-valuenow="60"aria-valuemin="0"aria-valuemax="100"style="width: 60%;"><spanclass="sr-only">60% Complete</span></div></div>

With label

Remove the .sr-onlyclass from within the progress bar to show a visible percentage. For low percentages, consider adding a min-widthto ensure the label's text is fully visible.

60%

Stacked Progress Bars

Place multiple bars into the same .progressto stack them.

35% Complete (success)
20% Complete (warning)
10% Complete (danger)
Striped Progress Bars
40% Complete (success)
20% Complete
60% Complete (warning)
80% Complete (danger)

Animated Progress Bars

Add .activeto .progress-stripedto animate the stripes right to left. Not available in IE9 and below.

45% Complete