The grid system is based off of a 940px wide 16-column grid.
A standard typographic hierarchy of headings, paragraphs, lists, and other type elements for structuring your pages.
To include a blockquote, wrap <blockquote>
around <p>
and <small>
tags. Use the <small>
element to cite your source.
“Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.”
Dr. Julius Hibbert
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.
Dr. Julius Hibbert
Supporting text for major section headings. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitati.
Used for presenting tabular data.
Always wrap your column headers in a <thead>
such that hierarchy is <thead>
<tr>
<th>
.
Similar to the column headers, all your table’s body content should be wrapped in a <tbody>
so your hierarchy is <tbody>
<tr>
<td>
.
ID | First Name | Last Name | Language |
---|---|---|---|
1 | Some | One | English |
2 | Joe | Sixpack | English |
3 | Stu | Dent | Code |
ID | First Name | Last Name | Language |
---|---|---|---|
1 | Some | One | English |
2 | Joe | Sixpack | English |
3 | Stu | Dent | Code |
All forms are given default styles to present them in a readable and scalable way. Styles are provided for text inputs, select lists, textareas, radio buttons and checkboxes, and buttons.
Add .form-stacked
to your form’s HTML and you’ll have labels on top of their fields instead of to their left. This works great if your forms are short or you have two columns of inputs for heavier forms.
Customize any form input
, select
, or textarea
width by adding just a few classes to your markup.
As a convention, the <button>
element is used within forms while the <a>
element is used for links to other pages or files.
All buttons default to a dark gray style, but a number of visual and functional classes can be applied for different styles. These classes include .light
, .cta
, .inverse
, .submit
, .success
, .alert
and .square
.
button
elements
a
elementsDefault Light Primary CTA Inverse Submit Success Alert Square Button
One-line messages for highlighting the result of an action. Particularly useful in forms.
Multi-line messages which give more information and provide additional actions.
Tooltips are useful for aiding the user and with a quick tip.
Lorem ipsum dolor sit amet top, consectetur adipisicing bottom elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.