Here is an example page with typographic styles for Bootstrap. Please note that headings, paragraphs and lists have been customized for a more precise and better design details.

Headings

All HTML headings, <h1> through <h5> are available.

h1. Heading 1

h2. Heading 2

h3. Heading 3

h4. Heading 4

h5. Heading 5

Body copy

Bootstrap's global default font-size is 14px, with a line-height of 24px. This is applied to the <body> and all paragraphs. In addition, <p> (paragraphs) receive a bottom margin of half their line-height (10px 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.

Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec ullamcorper nulla non metus auctor fringilla.

Maecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.

<p>...</p>

Lead body copy

Make a paragraph stand out by adding .lead.

Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.

<pclass="lead">...</p>

Emphasis

Make use of HTML's default emphasis tags with lightweight styles.

<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>

Bold

For emphasizing a snippet of text with a heavier font-weight.

The following snippet of text is rendered as bold text only if the font is non-webfont by Google. If webfonts are used, the bold text will be rendered with high tone contrast.

<strong>rendered as bold text</strong>

Italics

For emphasizing a snippet of text with italics.

The following snippet of text is rendered as italicized text.

<em>rendered as italicized text</em>

Heads up! 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.

Alignment classes

Easily realign text to components with text alignment classes.

Left aligned text.

Center aligned text.

Right aligned text.

  1. <pclass="text-left">Left aligned text.</p>
  2. <pclass="text-center">Center aligned text.</p>
  3. <pclass="text-right">Right aligned text.</p>

Emphasis classes

Convey meaning through color with a handful of emphasis utility classes.

Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.

Etiam porta sem malesuada magna mollis euismod.

Donec ullamcorper nulla non metus auctor fringilla.

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis.

Duis mollis, est non commodo luctus, nisi erat porttitor ligula.

  1. <pclass="muted">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</p>
  2. <pclass="text-warning">Etiam porta sem malesuada magna mollis euismod.</p>
  3. <pclass="text-error">Donec ullamcorper nulla non metus auctor fringilla.</p>
  4. <pclass="text-info">Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis.</p>
  5. <pclass="text-success">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</p>

Abbreviations

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.

<abbrtitle="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.

<abbrtitle="HyperText Markup Language"class="initialism">HTML</abbr>

Addresses

Present contact information for the nearest ancestor or the entire body of work.

<address>

Preserve formatting by ending all lines with <br>.

  1. <address>
  2. <strong>Twitter, Inc.</strong><br>
  3. 795 Folsom Ave, Suite 600<br>
  4. San Francisco, CA 94107<br>
  5. <abbrtitle="Phone">P:</abbr> (123) 456-7890
  6. </address>
  7.  
  8. <address>
  9. <strong>Full Name</strong><br>
  10. <ahref="mailto:#">This email address is being protected from spambots. You need JavaScript enabled to view it.</a>
  11. </address>

Blockquotes

For quoting blocks of content from another source within your document.

Default blockquote

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.

  1. <blockquote>
  2. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
  3. </blockquote>

Blockquote options

Style and content changes for simple variations on a standard blockquote.

Naming a source

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
  1. <blockquote>
  2. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
  3. <small>Someone famous <citetitle="Source Title">Source Title</cite></small>
  4. </blockquote>

Alternate displays

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
  1. <blockquoteclass="pull-right">
  2. ...
  3. </blockquote>

Lists

Unordered

A list of items in which the order does not explicitly matter.

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit
  • Integer molestie lorem at massa
  • Facilisis in pretium nisl aliquet
  • Nulla volutpat aliquam velit
    • Phasellus iaculis neque
    • Purus sodales ultricies
    • Vestibulum laoreet porttitor sem
    • Ac tristique libero volutpat at
  • Faucibus porta lacus fringilla vel
  • Aenean sit amet erat nunc
  • Eget porttitor lorem
  1. <ul>
  2. <li>...</li>
  3. </ul>

Ordered

A list of items in which the order does explicitly matter.

  1. Lorem ipsum dolor sit amet
  2. Consectetur adipiscing elit
  3. Integer molestie lorem at massa
  4. Facilisis in pretium nisl aliquet
  5. Nulla volutpat aliquam velit
  6. Faucibus porta lacus fringilla vel
  7. Aenean sit amet erat nunc
  8. Eget porttitor lorem
  1. <ol>
  2. <li>...</li>
  3. </ol>

Unstyled

Remove the default list-style and left padding on list items (immediate children only).

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit
  • Integer molestie lorem at massa
  • Facilisis in pretium nisl aliquet
  • Nulla volutpat aliquam velit
    • Phasellus iaculis neque
    • Purus sodales ultricies
    • Vestibulum laoreet porttitor sem
    • Ac tristique libero volutpat at
  • Faucibus porta lacus fringilla vel
  • Aenean sit amet erat nunc
  • Eget porttitor lorem
  1. <ulclass="unstyled">
  2. <li>...</li>
  3. </ul>

Inline

Place all list items on a single line with inline-block and some light padding.

  • Lorem ipsum
  • Phasellus iaculis
  • Nulla volutpat
  1. <ulclass="inline">
  2. <li>...</li>
  3. </ul>

Description

A list of terms with their associated descriptions.

Description lists
A description list is perfect for defining terms.
Euismod
Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.
Donec id elit non mi porta gravida at eget metus.
Malesuada porta
Etiam porta sem malesuada magna mollis euismod.
  1. <dl>
  2. <dt>...</dt>
  3. <dd>...</dd>
  4. </dl>

Horizontal description

Make terms and descriptions in <dl> line up side-by-side.

Description lists
A description list is perfect for defining terms.
Euismod
Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.
Donec id elit non mi porta gravida at eget metus.
Malesuada porta
Etiam porta sem malesuada magna mollis euismod.
Felis euismod semper eget lacinia
Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
  1. <dlclass="dl-horizontal">
  2. <dt>...</dt>
  3. <dd>...</dd>
  4. </dl>

Heads up! 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.

Inline

Wrap inline snippets of code with <code>.

For example, <section> should be wrapped as inline.
  1. For example,<code>&lt;section&gt;</code> should be wrapped asinline.

Basic block

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>
  1. <pre>
  2. &lt;p&gt;Sample text here...&lt;/p&gt;
  3. </pre>

Heads up! 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.

Default styles

For basic styling—light padding and only horizontal dividers—add the base class .table to any <table>.

#First NameLast NameUsername
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
  1. <tableclass="table">
  2. </table>

Optional classes

Add any of the following classes to the .table base class.

.table-striped

Adds zebra-striping to any table row within the <tbody> via the :nth-child CSS selector (not available in IE7-8).

#First NameLast NameUsername
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
  1. <tableclass="table table-striped">
  2. </table>

.table-bordered

Add borders and rounded corners to the table.

#First NameLast NameUsername
1 Mark Otto @mdo
Mark Otto @TwBootstrap
2 Jacob Thornton @fat
3 Larry the Bird @twitter
  1. <tableclass="table table-bordered">
  2. </table>

.table-hover

Enable a hover state on table rows within a <tbody>.

#First NameLast NameUsername
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
  1. <tableclass="table table-hover">
  2. </table>

.table-condensed

Makes tables more compact by cutting cell padding in half.

#First NameLast NameUsername
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
  1. <tableclass="table table-condensed">
  2. </table>

Optional row classes

Use contextual classes to color table rows.

ClassDescription
.success Indicates a successful or positive action.
.error Indicates a dangerous or potentially negative action.
.warning Indicates a warning that might need attention.
.info Used as an alternative to the default styles.
#ProductPayment TakenStatus
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
  1. ...
  2. <tr class="success">
  3. <td>1</td>
  4. <td>TB - Monthly</td>
  5. <td>01/04/2012</td>
  6. <td>Approved</td>
  7. </tr>
  8. ...

Supported table markup

List of supported table HTML elements and how they should be used.

TagDescription
<table> Wrapping element for displaying data in a tabular format
<thead> Container element for table header rows (<tr>) to label table columns
<tbody> Container element for table rows (<tr>) in the body of the table
<tr> Container element for a set of table cells (<td> or <th>) that appears on a single row
<td> Default table cell
<th> Special table cell for column (or row, depending on scope and placement) labels
<caption> Description or summary of what the table holds, especially useful for screen readers
  1. <table>
  2. <caption>...</caption>
  3. <thead>
  4. <tr>
  5. <th>...</th>
  6. <th>...</th>
  7. </tr>
  8. </thead>
  9. <tbody>
  10. <tr>
  11. <td>...</td>
  12. <td>...</td>
  13. </tr>
  14. </tbody>
  15. </table>

Default styles

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.

Legend Example block-level help text here.
  1. <form>
  2. <fieldset>
  3. <legend>Legend</legend>
  4. <label>Label name</label>
  5. <inputtype="text"placeholder="Type something…">
  6. <spanclass="help-block">Example block-level help text here.</span>
  7. <labelclass="checkbox">
  8. <inputtype="checkbox"> Check me out
  9. </label>
  10. <buttontype="submit"class="btn">Submit</button>
  11. </fieldset>
  12. </form>

Optional layouts

Included with Bootstrap are three optional form layouts for common use cases.

Search form

Add .form-search to the form and .search-query to the <input> for an extra-rounded text input.

  1. <formclass="form-search">
  2. <inputtype="text"class="input-medium search-query">
  3. <buttontype="submit"class="btn">Search</button>
  4. </form>

Inline form

Add .form-inline for left-aligned labels and inline-block controls for a compact layout.

  1. <formclass="form-inline">
  2. <inputtype="text"class="input-small"placeholder="Email">
  3. <inputtype="password"class="input-small"placeholder="Password">
  4. <labelclass="checkbox">
  5. <inputtype="checkbox"> Remember me
  6. </label>
  7. <buttontype="submit"class="btn">Sign in</button>
  8. </form>

Horizontal form

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:

  • Add .form-horizontal to the form
  • Wrap labels and controls in .control-group
  • Add .control-label to the label
  • Wrap any associated controls in .controls for proper alignment
  1. <formclass="form-horizontal">
  2. <divclass="control-group">
  3. <labelclass="control-label"for="inputEmail">Email</label>
  4. <divclass="controls">
  5. <inputtype="text"id="inputEmail"placeholder="Email">
  6. </div>
  7. </div>
  8. <divclass="control-group">
  9. <labelclass="control-label"for="inputPassword">Password</label>
  10. <divclass="controls">
  11. <inputtype="password"id="inputPassword"placeholder="Password">
  12. </div>
  13. </div>
  14. <divclass="control-group">
  15. <divclass="controls">
  16. <labelclass="checkbox">
  17. <inputtype="checkbox"> Remember me
  18. </label>
  19. <buttontype="submit"class="btn">Sign in</button>
  20. </div>
  21. </div>
  22. </form>

Supported form controls

Examples of standard form controls supported in an example form layout.

Inputs

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.

  1. <inputtype="text"placeholder="Text input">

Textarea

Form control which supports multiple lines of text. Change rows attribute as necessary.

  1. <textarearows="3"></textarea>

Checkboxes and radios

Checkboxes are for selecting one or several options in a list while radios are for selecting one option from many.

Default (stacked)


  1. <labelclass="checkbox">
  2. <inputtype="checkbox"value="">
  3. Option one is this and that—be sure to include why it's great
  4. </label>
  5.  
  6. <labelclass="radio">
  7. <inputtype="radio"name="optionsRadios"id="optionsRadios1"value="option1"checked>
  8. Option one is this and that—be sure to include why it's great
  9. </label>
  10. <labelclass="radio">
  11. <inputtype="radio"name="optionsRadios"id="optionsRadios2"value="option2">
  12. Option two can be something else and selecting it will deselect option one
  13. </label>

Inline checkboxes

Add the .inline class to a series of checkboxes or radios for controls appear on the same line.

  1. <labelclass="checkbox inline">
  2. <inputtype="checkbox"id="inlineCheckbox1"value="option1"> 1
  3. </label>
  4. <labelclass="checkbox inline">
  5. <inputtype="checkbox"id="inlineCheckbox2"value="option2"> 2
  6. </label>
  7. <labelclass="checkbox inline">
  8. <inputtype="checkbox"id="inlineCheckbox3"value="option3"> 3
  9. </label>

Selects

Use the default option or specify a multiple="multiple" to show multiple options at once.


  1. <select>
  2. <option>1</option>
  3. <option>2</option>
  4. <option>3</option>
  5. <option>4</option>
  6. <option>5</option>
  7. </select>
  8.  
  9. <selectmultiple="multiple">
  10. <option>1</option>
  11. <option>2</option>
  12. <option>3</option>
  13. <option>4</option>
  14. <option>5</option>
  15. </select>

Extending form controls

Adding on top of existing browser controls, Bootstrap includes other useful form components.

Prepended and appended inputs

Add text or buttons before or after any text-based input. Do note that select elements are not supported here.

Default options

Wrap an .add-on and an input with one of two classes to prepend or append text to an input.

@

.00
  1. <divclass="input-prepend">
  2. <spanclass="add-on">@</span>
  3. <inputclass="span2"id="prependedInput"type="text"placeholder="Username">
  4. </div>
  5. <divclass="input-append">
  6. <inputclass="span2"id="appendedInput"type="text">
  7. <spanclass="add-on">.00</span>
  8. </div>

Combined

Use both classes and two instances of .add-on to prepend and append an input.

$ .00
  1. <divclass="input-prepend input-append">
  2. <spanclass="add-on">$</span>
  3. <inputclass="span2"id="appendedPrependedInput"type="text">
  4. <spanclass="add-on">.00</span>
  5. </div>

Buttons instead of text

Instead of a <span> with text, use a .btn to attach a button (or two) to an input.

  1. <divclass="input-append">
  2. <inputclass="span2"id="appendedInputButton"type="text">
  3. <buttonclass="btn"type="button">Go!</button>
  4. </div>
  1. <divclass="input-append">
  2. <inputclass="span2"id="appendedInputButtons"type="text">
  3. <buttonclass="btn"type="button">Search</button>
  4. <buttonclass="btn"type="button">Options</button>
  5. </div>

Button dropdowns

 

  1. <divclass="input-append">
  2. <inputclass="span2"id="appendedDropdownButton"type="text">
  3. <divclass="btn-group">
  4. <buttonclass="btn dropdown-toggle"data-toggle="dropdown">
  5. Action
  6. <spanclass="caret"></span>
  7. </button>
  8. <ulclass="dropdown-menu">
  9. ...
  10. </ul>
  11. </div>
  12. </div>
  1. <divclass="input-prepend">
  2. <divclass="btn-group">
  3. <buttonclass="btn dropdown-toggle"data-toggle="dropdown">
  4. Action
  5. <spanclass="caret"></span>
  6. </button>
  7. <ulclass="dropdown-menu">
  8. ...
  9. </ul>
  10. </div>
  11. <inputclass="span2"id="prependedDropdownButton"type="text">
  12. </div>
  1. <divclass="input-prepend input-append">
  2. <divclass="btn-group">
  3. <buttonclass="btn dropdown-toggle"data-toggle="dropdown">
  4. Action
  5. <spanclass="caret"></span>
  6. </button>
  7. <ulclass="dropdown-menu">
  8. ...
  9. </ul>
  10. </div>
  11. <inputclass="span2"id="appendedPrependedDropdownButton"type="text">
  12. <divclass="btn-group">
  13. <buttonclass="btn dropdown-toggle"data-toggle="dropdown">
  14. Action
  15. <spanclass="caret"></span>
  16. </button>
  17. <ulclass="dropdown-menu">
  18. ...
  19. </ul>
  20. </div>
  21. </div>

Segmented dropdown groups

  1. <form>
  2. <divclass="input-prepend">
  3. <divclass="btn-group">...</div>
  4. <inputtype="text">
  5. </div>
  6. <divclass="input-append">
  7. <inputtype="text">
  8. <divclass="btn-group">...</div>
  9. </div>
  10. </form>

Search form

  1. <formclass="form-search">
  2. <divclass="input-append">
  3. <inputtype="text"class="span2 search-query">
  4. <buttontype="submit"class="btn">Search</button>
  5. </div>
  6. <divclass="input-prepend">
  7. <buttontype="submit"class="btn">Search</button>
  8. <inputtype="text"class="span2 search-query">
  9. </div>
  10. </form>

Control sizing

Use relative sizing classes like .input-large or match your inputs to the grid column sizes using .span* classes.

Block level inputs

Make any <input> or <textarea> element behave like a block level element.

  1. <inputclass="input-block-level"type="text"placeholder=".input-block-level">

Relative sizing

  1. <inputclass="input-mini"type="text"placeholder=".input-mini">
  2. <inputclass="input-small"type="text"placeholder=".input-small">
  3. <inputclass="input-medium"type="text"placeholder=".input-medium">
  4. <inputclass="input-large"type="text"placeholder=".input-large">
  5. <inputclass="input-xlarge"type="text"placeholder=".input-xlarge">
  6. <inputclass="input-xxlarge"type="text"placeholder=".input-xxlarge">

Heads up! In future versions, we'll be altering the use of these relative input classes to match our button sizes. For example, .input-large will increase the padding and font-size of an input.

Grid sizing

Use .span1 to .span12 for inputs that match the same sizes of the grid columns.

  1. <inputclass="span1"type="text"placeholder=".span1">
  2. <inputclass="span2"type="text"placeholder=".span2">
  3. <inputclass="span3"type="text"placeholder=".span3">
  4. <selectclass="span1">
  5. ...
  6. </select>
  7. <selectclass="span2">
  8. ...
  9. </select>
  10. <selectclass="span3">
  11. ...
  12. </select>

For multiple grid inputs per line, use the .controls-row modifier class for proper spacing. It floats the inputs to collapse white-space, sets the proper margins, and clears the float.

  1. <divclass="controls">
  2. <inputclass="span5"type="text"placeholder=".span5">
  3. </div>
  4. <divclass="controls controls-row">
  5. <inputclass="span4"type="text"placeholder=".span4">
  6. <inputclass="span1"type="text"placeholder=".span1">
  7. </div>
  8. ...

Uneditable inputs

Present data in a form that's not editable without using actual form markup.

Some value here
  1. <spanclass="input-xlarge uneditable-input">Some value here</span>

Form actions

End a form with a group of actions (buttons). When placed within a .form-actions, the buttons will automatically indent to line up with the form controls.

  1. <divclass="form-actions">
  2. <buttontype="submit"class="btn btn-primary">Save changes</button>
  3. <buttontype="button"class="btn">Cancel</button>
  4. </div>

Help text

Inline and block level support for help text that appears around form controls.

Inline help

Inline help text
  1. <inputtype="text"><spanclass="help-inline">Inline help text</span>

Block help

A longer block of help text that breaks onto a new line and may extend beyond one line.
  1. <inputtype="text"><spanclass="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>

Form control states

Provide feedback to users or visitors with basic feedback states on form controls and labels.

Input focus

We remove the default outline styles on some form controls and apply a box-shadow in its place for :focus.

  1. <inputclass="input-xlarge"id="focusedInput"type="text"value="This is focused...">

Disabled inputs

Add the disabled attribute on an input to prevent user input and trigger a slightly different look.

  1. <inputclass="input-xlarge"id="disabledInput"type="text"placeholder="Disabled input here..."disabled>

Validation states

Bootstrap includes validation styles for error, warning, info, and success messages. To use, add the appropriate class to the surrounding .control-group.

Something may have gone wrong
Please correct the error
Username is taken
Woohoo!
  1. <divclass="control-group warning">
  2. <labelclass="control-label"for="inputWarning">Input with warning</label>
  3. <divclass="controls">
  4. <inputtype="text"id="inputWarning">
  5. <spanclass="help-inline">Something may have gone wrong</span>
  6. </div>
  7. </div>
  8.  
  9. <divclass="control-group error">
  10. <labelclass="control-label"for="inputError">Input with error</label>
  11. <divclass="controls">
  12. <inputtype="text"id="inputError">
  13. <spanclass="help-inline">Please correct the error</span>
  14. </div>
  15. </div>
  16.  
  17. <divclass="control-group info">
  18. <labelclass="control-label"for="inputInfo">Input with info</label>
  19. <divclass="controls">
  20. <inputtype="text"id="inputInfo">
  21. <spanclass="help-inline">Username is already taken</span>
  22. </div>
  23. </div>
  24.  
  25. <divclass="control-group success">
  26. <labelclass="control-label"for="inputSuccess">Input with success</label>
  27. <divclass="controls">
  28. <inputtype="text"id="inputSuccess">
  29. <spanclass="help-inline">Woohoo!</span>
  30. </div>
  31. </div>

Default buttons

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.

Buttonclass=""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

Cross browser compatibility

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.

Button sizes

Fancy larger or smaller buttons? Add .btn-large, .btn-small, or .btn-mini for additional sizes.

  1. <p>
  2. <buttonclass="btn btn-large btn-primary"type="button">Large button</button>
  3. <buttonclass="btn btn-large"type="button">Large button</button>
  4. </p>
  5. <p>
  6. <buttonclass="btn btn-primary"type="button">Default button</button>
  7. <buttonclass="btn"type="button">Default button</button>
  8. </p>
  9. <p>
  10. <buttonclass="btn btn-small btn-primary"type="button">Small button</button>
  11. <buttonclass="btn btn-small"type="button">Small button</button>
  12. </p>
  13. <p>
  14. <buttonclass="btn btn-mini btn-primary"type="button">Mini button</button>
  15. <buttonclass="btn btn-mini"type="button">Mini button</button>
  16. </p>

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

  1. <buttonclass="btn btn-large btn-block btn-primary"type="button">Block level button</button>
  2. <buttonclass="btn btn-large btn-block"type="button">Block level button</button>

Disabled state

Make buttons look unclickable by fading them back 50%.

Anchor element

Add the .disabled class to <a> buttons.

Primary link Link

  1. <ahref="#"class="btn btn-large btn-primary disabled">Primary link</a>
  2. <ahref="#"class="btn btn-large disabled">Link</a>

Heads up! We use .disabled as a utility class here, similar to the common .active class, so no prefix is required. Also, this class is only for aesthetic; you must use custom JavaScript to disable links here.

Button element

Add the disabled attribute to <button> buttons.

  1. <buttontype="button"class="btn btn-large btn-primary disabled"disabled="disabled">Primary button</button>
  2. <buttontype="button"class="btn btn-large"disabled>Button</button>

One class, multiple tags

Use the .btn class on an <a>, <button>, or <input> element.

Link
  1. <aclass="btn"href="">Link</a>
  2. <buttonclass="btn"type="submit">Button</button>
  3. <inputclass="btn"type="button"value="Input">
  4. <inputclass="btn"type="submit"value="Submit">

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.

Add classes to an <img> element to easily style images in any project.

140x140 140x140 140x140
  1. <imgsrc="..."class="img-rounded">
  2. <imgsrc="..."class="img-circle">
  3. <imgsrc="..."class="img-polaroid">

Heads up! .img-rounded and .img-circle do not work in IE7-8 due to lack of border-radius support.

Icon glyphs

Here are only 140 icons in sprite form, available in dark gray (default) and white, provided by the original Glyphicons and later enriched with pixel perfect font based icons and added alot more icons. Check the bonus typography pages for more icons.

  • icon-glass
  • icon-music
  • icon-search
  • icon-envelope
  • icon-heart
  • icon-star
  • icon-star-empty
  • icon-user
  • icon-film
  • icon-th-large
  • icon-th
  • icon-th-list
  • icon-ok
  • icon-remove
  • icon-zoom-in
  • icon-zoom-out
  • icon-off
  • icon-signal
  • icon-cog
  • icon-trash
  • icon-home
  • icon-file
  • icon-time
  • icon-road
  • icon-download-alt
  • icon-download
  • icon-upload
  • icon-inbox
  • icon-play-circle
  • icon-repeat
  • icon-refresh
  • icon-list-alt
  • icon-lock
  • icon-flag
  • icon-headphones
  • icon-volume-off
  • icon-volume-down
  • icon-volume-up
  • icon-qrcode
  • icon-barcode
  • icon-tag
  • icon-tags
  • icon-book
  • icon-bookmark
  • icon-print
  • icon-camera
  • icon-font
  • icon-bold
  • icon-italic
  • icon-text-height
  • icon-text-width
  • icon-align-left
  • icon-align-center
  • icon-align-right
  • icon-align-justify
  • icon-list
  • icon-indent-left
  • icon-indent-right
  • icon-facetime-video
  • icon-picture
  • icon-pencil
  • icon-map-marker
  • icon-adjust
  • icon-tint
  • icon-edit
  • icon-share
  • icon-check
  • icon-move
  • icon-step-backward
  • icon-fast-backward
  • icon-backward
  • icon-play
  • icon-pause
  • icon-stop
  • icon-forward
  • icon-fast-forward
  • icon-step-forward
  • icon-eject
  • icon-chevron-left
  • icon-chevron-right
  • icon-plus-sign
  • icon-minus-sign
  • icon-remove-sign
  • icon-ok-sign
  • icon-question-sign
  • icon-info-sign
  • icon-screenshot
  • icon-remove-circle
  • icon-ok-circle
  • icon-ban-circle
  • icon-arrow-left
  • icon-arrow-right
  • icon-arrow-up
  • icon-arrow-down
  • icon-share-alt
  • icon-resize-full
  • icon-resize-small
  • icon-plus
  • icon-minus
  • icon-asterisk
  • icon-exclamation-sign
  • icon-gift
  • icon-leaf
  • icon-fire
  • icon-eye-open
  • icon-eye-close
  • icon-warning-sign
  • icon-plane
  • icon-calendar
  • icon-random
  • icon-comment
  • icon-magnet
  • icon-chevron-up
  • icon-chevron-down
  • icon-retweet
  • icon-shopping-cart
  • icon-folder-close
  • icon-folder-open
  • icon-resize-vertical
  • icon-resize-horizontal
  • icon-hdd
  • icon-bullhorn
  • icon-bell
  • icon-certificate
  • icon-thumbs-up
  • icon-thumbs-down
  • icon-hand-right
  • icon-hand-left
  • icon-hand-up
  • icon-hand-down
  • icon-circle-arrow-right
  • icon-circle-arrow-left
  • icon-circle-arrow-up
  • icon-circle-arrow-down
  • icon-globe
  • icon-wrench
  • icon-tasks
  • icon-filter
  • icon-briefcase
  • icon-fullscreen

Glyphicons attribution

Glyphicons Halflings are normally not available for free, but an arrangement between Bootstrap and the Glyphicons creators have made this possible at no cost to you as developers. As a thank you, we ask you to include an optional link back to Glyphicons whenever practical.


How to use

All icons require an <i> tag with a unique class, prefixed with icon-. To use, place the following code just about anywhere:

  1. <iclass="icon-search"></i>

There are also styles available for inverted (white) icons, made ready with one extra class. We will specifically enforce this class on hover and active states for nav and dropdown links.

  1. <iclass="icon-search icon-white"></i>

Heads up! When using beside strings of text, as in buttons or nav links, be sure to leave a space after the <i> tag for proper spacing.


Icon examples

Use them in buttons, button groups for a toolbar, navigation, or prepended form inputs.

Buttons

Button group in a button toolbar
 
  1. <divclass="btn-toolbar">
  2. <divclass="btn-group">
  3. <aclass="btn"href="#"><iclass="icon-align-left"></i></a>
  4. <aclass="btn"href="#"><iclass="icon-align-center"></i></a>
  5. <aclass="btn"href="#"><iclass="icon-align-right"></i></a>
  6. <aclass="btn"href="#"><iclass="icon-align-justify"></i></a>
  7. </div>
  8. </div>
Dropdown in a button group
  1. <divclass="btn-group">
  2. <aclass="btn btn-primary"href="#"><iclass="icon-user icon-white"></i> User</a>
  3. <aclass="btn btn-primary dropdown-toggle"data-toggle="dropdown"href="#"><spanclass="caret"></span></a>
  4. <ulclass="dropdown-menu">
  5. <li><ahref="#"><iclass="icon-pencil"></i> Edit</a></li>
  6. <li><ahref="#"><iclass="icon-trash"></i> Delete</a></li>
  7. <li><ahref="#"><iclass="icon-ban-circle"></i> Ban</a></li>
  8. <liclass="divider"></li>
  9. <li><ahref="#"><iclass="i"></i> Make admin</a></li>
  10. </ul>
  11. </div>
Button sizes
  1. <aclass="btn btn-large"href="#"><iclass="icon-star"></i> Star</a>
  2. <aclass="btn btn-small"href="#"><iclass="icon-star"></i> Star</a>
  3. <aclass="btn btn-mini"href="#"><iclass="icon-star"></i> Star</a>

Navigation

  1. <ulclass="nav nav-list">
  2. <liclass="active"><ahref="#"><iclass="icon-home icon-white"></i> Home</a></li>
  3. <li><ahref="#"><iclass="icon-book"></i> Library</a></li>
  4. <li><ahref="#"><iclass="icon-pencil"></i> Applications</a></li>
  5. <li><ahref="#"><iclass="i"></i> Misc</a></li>
  6. </ul>

Form fields

  1. <divclass="control-group">
  2. <labelclass="control-label"for="inputIcon">Email address</label>
  3. <divclass="controls">
  4. <divclass="input-prepend">
  5. <spanclass="add-on"><iclass="icon-envelope"></i></span>
  6. <inputclass="span2"id="inputIcon"type="text">
  7. </div>
  8. </div>
  9. </div>

ACREDITAÇÕES. CERTIFICAÇÕES E RECONHECIMENTOS EXTERNOS