This is the blue block, which is using box-blue module class suffix.
Lorem ipsum dolor sit amet, cons adipiscing elit. Aenean eu turpis mi, id blandit neque sed lorem nu
Read MoreThis is the green block, which is using box-green module class suffix.
Lorem ipsum dolor sit amet, cons adipiscing elit. Aenean eu turpis mi, id blandit neque sed lorem nu
Read MoreThis is the orange block, which is using box-orange module class suffix.
Lorem ipsum dolor sit amet, cons adipiscing elit. Aenean eu turpis mi, id blandit neque sed lorem nu
Read MoreThis is the red block, which is using box-red module class suffix.
Lorem ipsum dolor sit amet, cons adipiscing elit. Aenean eu turpis mi, id blandit neque sed lorem nu
Read MoreThis is the teal block, which is using box-teal module class suffix.
Lorem ipsum dolor sit amet, cons adipiscing elit. Aenean eu turpis mi, id blandit neque sed lorem nu
Read MoreThis is the violet block, which is using box-violet module class suffix.
Lorem ipsum dolor sit amet, cons adipiscing elit. Aenean eu turpis mi, id blandit neque sed lorem nu
Read MoreThis is the pink block, which is using box-pink module class suffix.
Lorem ipsum dolor sit amet, cons adipiscing elit. Aenean eu turpis mi, id blandit neque sed lorem nu
Read MoreThis is the black block, which is using box-black module class suffix.
Lorem ipsum dolor sit amet, cons adipiscing elit. Aenean eu turpis mi, id blandit neque sed lorem nu
Read MoreThis is the brown block, which is using box-brown module class suffix.
Lorem ipsum dolor sit amet, cons adipiscing elit. Aenean eu turpis mi, id blandit neque sed lorem nu
Read MoreThis is the yellow block, which is using box-yellow module class suffix.
Lorem ipsum dolor sit amet, cons adipiscing elit. Aenean eu turpis mi, id blandit neque sed lorem nu
Read MoreThis is the gray block, which is using box-gray module class suffix.
Lorem ipsum dolor sit amet, cons adipiscing elit. Aenean eu turpis mi, id blandit neque sed lorem nu
Read MoreThis is the violetBlue block, which is using box-violetBlue module class suffix.
Lorem ipsum dolor sit amet, cons adipiscing elit. Aenean eu turpis mi, id blandit neque sed lorem nu
Read MoreAll HTML headings, <h1> through <h6> are available.
The typographic scale is based on two LESS variables in variables.less: @baseFontSize and @baseLineHeight. The first is the base font-size used throughout and the second is the base line-height. We use those variables and some simple math to create the margins, paddings, and line-heights of all our type and more. Customize them and Bootstrap adapts.
Bootstrap's global default font-size is 14px, with a line-height of 1.7em. This is applied to the <body> and all paragraphs. In addition, <p> (paragraphs) receive a bottom margin of half their line-height (9px by default).
Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.
<p>...</p>
Make a paragraph stand out by adding .lead.
Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.
<p class="lead">...</p>
Make use of HTML's default emphasis tags with lightweight styles.
<em>For emphasizing a snippet of text with stress
The following snippet of text is rendered as italicized text.
<em>rendered as italicized text</em>
<strong>For emphasizing a snippet of text with important
The following snippet of text is rendered as bold text.
<strong>rendered as bold text</strong>
<small>For de-emphasizing inline or blocks of text, use the small tag.
This line of text is meant to be treated as fine print.
<p> <small>This line of text is meant to be treated as fine print.</small> </p>
Note: Feel free to use <b> and <i> in HTML5. <b> is meant to highlight words or phrases without conveying additional importance while <i> is mostly for voice, technical terms, etc.
Use the <p> tag with .success, .warning, .info or .error classes.
Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
<p class="success">...</p>
Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
<p class="info">...</p>
Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
<p class="warning">...</p>
Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
<p class="error">...</p>
Stylized implementation of HTML's <abbr> element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a title attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.
<abbr>For expanded text on long hover of an abbreviation, include the title attribute.
An abbreviation of the word attribute is attr.
<abbr title="attribute">attr</abbr>
<abbr class="initialism">Add .initialism to an abbreviation for a slightly smaller font-size.
HTML is the best thing since sliced bread.
<abbr title="attribute" class="initialism">attr</abbr>
Stylized implementation of HTML's element to present contact information for the nearest ancestor or the entire body of work.
<address>Preserve formatting by ending all lines with <br>.
For quoting blocks of content from another source within your document.
Wrap <blockquote> around any HTML as the quote. For straight quotes we recommend a <p>.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Add <small> tag for identifying the source. Wrap the name of the source work in <cite>.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Someone famous in Source Title
Use .pull-right for a floated, right-aligned blockquote.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Someone famous in Source Title
A list of items in which the order does not explicitly matter.
A list of items in which the order does explicitly matter (numbered list).
A list of items with no list-style or additional left padding.
A list of terms with their associated descriptions.
Note: Horizontal description lists will truncate terms that are too long to fit in the left column fix text-overflow. In narrower viewports, they will change to the default stacked layout.
Make terms and descriptions in <dl> line up side-by-side.
Wrap inline snippets of code with <code>.
<section> should be wrapped as inline.Note: Be sure to keep code within <pre> tags as close to the left as possible; it will render all tabs.
You may optionally add the .pre-scrollable class which will set a max-height of 350px and provide a y-axis scrollbar.
Use <pre> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.
<p>Sample text here...</p>
For basic styling—light padding and only horizontal dividers—add the base class .table to any <table>.
| # | First Name | Last Name | Username |
|---|---|---|---|
| 1 | Mark | Otto | @mdo |
| 2 | Jacob | Thornton | @fat |
| 3 | Larry | the Bird |
Add any of the follow classes to the .table base class.
.table-stripedAdds zebra-striping to any table row within the <tbody> via the :nth-child CSS selector (not available in IE7-IE8).
| # | First Name | Last Name | Username |
|---|---|---|---|
| 1 | Mark | Otto | @mdo |
| 2 | Jacob | Thornton | @fat |
| 3 | Larry | the Bird |
.table-hoverEnable a hover state on table rows within a <tbody>.
| # | First Name | Last Name | Username |
|---|---|---|---|
| 1 | Mark | Otto | @mdo |
| 2 | Jacob | Thornton | @fat |
| 3 | Larry the Bird | ||
.table-borderedAdd borders and rounded corners to the table.
| # | First Name | Last Name | Username |
|---|---|---|---|
| 1 | Mark | Otto | @mdo |
| Mark | Otto | @TwBootstrap | |
| 2 | Jacob | Thornton | @fat |
| 3 | Larry the Bird | ||
.table-condensedMakes tables more compact by cutting cell padding in half.
| # | First Name | Last Name | Username |
|---|---|---|---|
| 1 | Mark | Otto | @mdo |
| 2 | Jacob | Thornton | @fat |
| 3 | Larry the Bird | ||
Use contextual classes to color table rows.
| Class | Description |
|---|---|
.success |
Indicates a successful or positive action. |
.error |
Indicates a dangerous or potentially negative action. |
.info |
Used as an alternative to the default styles. |
| # | Product | Payment Taken | Status |
|---|---|---|---|
| 1 | TB - Monthly | 01/04/2012 | Approved |
| 2 | TB - Monthly | 02/04/2012 | Declined |
| 3 | TB - Monthly | 03/04/2012 | Pending |
| 4 | TB - Monthly | 04/04/2012 | Call in to confirm |
Individual form controls receive styling, but without any required base class on the <form> or large changes in markup. Results in stacked, left-aligned labels on top of form controls.
Included with Bootstrap are three optional form layouts for common use cases.
Add .form-search to the form and .search-query to the <input> for an extra-rounded text input.
Add .form-inline for left-aligned labels and inline-block controls for a compact layout.
Right align labels and float them to the left to make them appear on the same line as controls. Requires the most markup changes from a default form:
.form-horizontal to the form.control-group.control-label to the label.controls for proper alignmentExamples of standard form controls supported in an example form layout.
Most common form control, text-based input fields. Includes support for all HTML5 types: text, password, datetime, datetime-local, date, month, time, week, number, email, url, search, tel, and color.
Requires the use of a specified type at all times.
Form control which supports multiple lines of text. Change row attribute as necessary.
Checkboxes are for selecting one or several options in a list while radios are for selecting one option from many.
Add the .inline class to a series of checkboxes or radios for controls appear on the same line.
Use the default option or specify a multiple="multiple" to show multiple options at once.
Adding on top of existing browser controls, Bootstrap includes other useful form components.
select elements are not supported here.Wrap an .add-on input-group-addon and an input with one of two classes to prepend or append text to an input.
Use both classes and two instances of .add-on input-group-addon to prepend and append an input.
Instead of a <span> with text, use a .btn to attach a button (or two) to an input.
Button styles can be applied to anything with the .btn class applied. However, typically you'll want to apply these to only <a> and <button> elements for the best rendering.
| Button | class="" | Description |
|---|---|---|
btn |
Standard gray button with gradient | |
btn btn-primary |
Provides extra visual weight and identifies the primary action in a set of buttons | |
btn btn-info |
Used as an alternative to the default styles | |
btn btn-success |
Indicates a successful or positive action | |
btn btn-warning |
Indicates caution should be taken with this action | |
btn btn-danger |
Indicates a dangerous or potentially negative action | |
btn btn-inverse |
Alternate dark gray button, not tied to a semantic action or use | |
btn btn-link |
Deemphasize a button by making it look like a link while maintaining button behavior |
IE9 doesn't crop background gradients on rounded corners, so we remove it. Related, IE9 jankifies disabled button elements, rendering text gray with a nasty text-shadow that we cannot fix.
Fancy larger or smaller buttons? Add .btn-large, .btn-small, or .btn-mini for additional sizes.
Make buttons look unclickable by fading them back 50%.
Add the .disabled class to <a> buttons.
Note: We use .disabled as a utility class here, similar to the common .active class, so no prefix is required.
Add the disabled attribute to <button> buttons.
Use the .btn class on an <a>, <button>, or <input> element.
As a best practice, try to match the element for your context to ensure matching cross-browser rendering. If you have an input, use an <input type="submit"> for your button.
Font Awesome is a pictographic language of web-related actions which delivers 249 icons. The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0 and you can find the full examples of usage at Font Awesome - http://fortawesome.github.com/Font-Awesome
Add .fa fa-CLASS_NAME to any element, best used with a <span>.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor...
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor...

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Read more ...We have 262 guests and no members online