h1
.h1
h2
.h2
h3
.h3
h4
.h4
h5
.h5
h6
.h6
<h1>...</h1>
.textXs
.textSm
.textLg
.textXl
.text2Xl
.text3Xl
.text4Xl
.text5Xl
<h1 class="d1">...</h1>
small
.small
Display paragraph with small text
<p><small>...</small></p>
mark
.mark
<p>...<mark>...</mark>...</p>
hr
<hr>
.listUnstyled
.list-inline
and .list-inline-item
<ul class="listUnstyled">...</ul>
blockquote
and cite
Those who pass by us, do not go alone, and do not leave us alone; they leave a bit of themselves, and take a little of us. Antoine de Saint-Exupéry
<blockquote>...<cite>...</cite></blockquote>
.imgFull
<img src="..." class="imgFull" alt="...">
code
For inline code, you can wrap a fragment of computer code in a <code>
tag.
pre
and code
<code>
tag inside a <pre>
tag:
<p>I'm a sample paragraph...</p>
<p>I'm another sample paragraph...</p>
<p>...<code>...</code>...</p>
kbd
<p>...<kbd>...</kbd>...</p>
samp
<samp>...</samp>
(resize your browser to see the difference)
.container
.containerFull
<div class="container">...</div>
.col
.col
.col
.col
.col
.col
<div class="col">...</div>
.col{breakpoint}{columns}
.col9 .colLg2
.col3 .colLg10
<div class="colLg2">...</div>
.colSm6 .colMd4
.colSm6 .colMd4
.colSm6 .colMd4
.colSm6 .colMd4
.colSm6 .colMd4
<div class="colSm6 colMd4">...</div>
.colAuto
.col{breakpoint}-auto
.col
.colAuto
.col .colLg2
.col .colLg2
.colMdAuto
.col .colLg2
<div class="colAuto">...</div>
.order*
.orderLast
.orderFirst
.order-12
.order-1
<div class="order-1">...</div>
.gutter0
<div class="row gutter0">...</div>
.gutter5
<div class="row gutter5">...</div>
.table
# | Quantity | Ingredient |
---|---|---|
1 | 3 | Carrots |
2 | 8 | Strawberries |
3 | 1 | Lime |
<table class="table">...</table>
.formGroup
.formControl
<input class="formControl" id="..." type="text" placeholder="...">
.blur
<img src="..." class="blur" alt="...">
.fadeIn
<img src="..." class="fadeIn" alt="...">
.fadeInDown
<img src="..." class="fadeInDown" alt="...">
.zoomIn
<img src="..." class="zoomIn" alt="...">
.spinner
<div class="spinner"></div>