Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
DeanPoulin / headings.html
Last active January 2, 2016 21:48
Headings
<h1>h1. Bootstrap heading</h1>
<h2>h2. Bootstrap heading</h2>
<h3>h3. Bootstrap heading</h3>
<h4>h4. Bootstrap heading</h4>
<h5>h5. Bootstrap heading</h5>
<h6>h6. Bootstrap heading</h6>
@DeanPoulin
DeanPoulin / headings-secondary.html
Last active January 2, 2016 21:49
Headings With Secondary Text
<h1>h1. Bootstrap heading <small>Secondary text</small></h1>
<h2>h2. Bootstrap heading <small>Secondary text</small></h2>
<h3>h3. Bootstrap heading <small>Secondary text</small></h3>
<h4>h4. Bootstrap heading <small>Secondary text</small></h4>
<h5>h5. Bootstrap heading <small>Secondary text</small></h5>
<h6>h6. Bootstrap heading <small>Secondary text</small></h6>
@DeanPoulin
DeanPoulin / body-copy.html
Last active January 2, 2016 21:48
Body Copy
<p>Regular Body Content Goes in P Tags</p>
@DeanPoulin
DeanPoulin / lead-body-content.html
Last active January 2, 2016 21:49
Lead Body Content
<p class="lead">Vivamus sagittis lacus vel augue laoreet rutrum
faucibus dolor auctor. Duis mollis, est non commodo luctus.</p>
@DeanPoulin
DeanPoulin / small-text.html
Last active January 2, 2016 21:49
Small text
<small>This line of text is meant to be treated as fine print.</small>
@DeanPoulin
DeanPoulin / bold.html
Created January 11, 2014 01:14
Bold Text
<strong>rendered as bold text</strong>
@DeanPoulin
DeanPoulin / italics.html
Created January 11, 2014 01:17
Italics
<em>rendered as italicized text</em>
@DeanPoulin
DeanPoulin / text-alignment.html
Created January 11, 2014 01:18
Text Alignment
<p class="text-left">Left aligned text.</p>
<p class="text-center">Center aligned text.</p>
<p class="text-right">Right aligned text.</p>
@DeanPoulin
DeanPoulin / emphasis.html
Created January 11, 2014 01:20
Emphasis
<p class="text-muted">...</p>
<p class="text-primary">...</p>
<p class="text-success">...</p>
<p class="text-info">...</p>
<p class="text-warning">...</p>
<p class="text-danger">...</p>
@DeanPoulin
DeanPoulin / abbreviation.html
Created January 11, 2014 01:26
Abbreviations
<abbr title="attribute">attr</abbr>