<p>This text is muted.</p>
<p>This text is important.</p>
<p>This text indicates success.</p>
<p>This text represents some information.</p>
<p>This text represents a warning.</p>
<p>This text represents danger.</p>
<p>Secondary text.</p>
<p>This text is dark grey.</p>
<p>Default body color (often black).</p>
<p>This text is light grey (on white
background).</p>
<p>This text is white (on white
background).</p>
Text Colors
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
Background Colors
<table>
<thead>
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Email</th>
</tr>
</thead>
<tbody>
<tr>
<td>John</td>
<td>Doe</td>
<td>john@example.com</td>
</tr>
<tr>
<td>Mary</td>
<td>Moe</td>
<td>mary@example.com</td>
</tr>
<tr>
<td>July</td>
<td>Dooley</td>
<td>july@example.com</td>
</tr>
</tbody>
</table>
Basic Table
Striped Rows
Bordered Table
Hover Rows
Black / Dark Table
Dark Striped Table
Hoverable Dark Table
Borderless Table
<table>
<thead>
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Email</th>
</tr>
</thead>
<tbody>
<tr>
<td>Default</td>
<td>Defaultson</td>
<td>def@somemail.com</td>
</tr>
<tr>
<td>Primary</td>
<td>Joe</td>
<td>joe@example.com</td>
</tr>
<tr>
<td>Success</td>
<td>Doe</td>
<td>john@example.com</td>
</tr>
<tr>
<td>Danger</td>
<td>Moe</td>
<td>mary@example.com</td>
</tr>
<tr>
<td>Info</td>
<td>Dooley</td>
<td>july@example.com</td>
</tr>
<tr>
<td>Warning</td>
<td>Refs</td>
<td>bo@example.com</td>
</tr>
<tr>
<td>Active</td>
<td>Activeson</td>
<td>act@example.com</td>
</tr>
<tr>
<td>Secondary</td>
<td>Secondson</td>
<td>sec@example.com</td>
</tr>
<tr>
<td>Light</td>
<td>Angie</td>
<td>angie@example.com</td>
</tr>
<tr>
<td>Dark</td>
<td>Bo</td>
<td>bo@example.com</td>
</tr>
</tbody>
</table>
Contextual Classes
Blue: Indicates an important action
.table-primary
Green: Indicates a successful or positive action
.table-success
Red: Indicates a dangerous or potentially negative action
.table-danger
Light blue: Indicates a neutral informative change or action
.table-info
Orange: Indicates a warning that might need attention
.table-warning
Grey: Applies the hover color to the table row or table cell
.table-active
Grey: Indicates a slightly less important action
.table-secondary
Light grey table or table row background
.table-light
Dark grey table or table row background
.table-dark
Table Head Colors
The .table-sm class makes the table smaller by cutting cell padding in half
Small table
The .table-responsive class adds a scrollbar to the table when needed (when it is too big horizontally)
Responsive Tables
< 576px
.table-responsive-sm < 576px
-
Lorem ipsum...