Skip to content

Instantly share code, notes, and snippets.

@funnythingz
funnythingz / gist:5134456
Last active December 14, 2015 19:09
hackleberry::Body copy
<p class="sentence">Body copy Body copy Body copy Body copy Body copy Body copy</p>
<p class="sentence">Body copy Body copy Body copy Body copy</p>
@funnythingz
funnythingz / gist:5134461
Created March 11, 2013 14:06
hackleberry::Lead body copy
<p class="lead">Lead body copy Lead body copy Lead body copy Lead body copy</p>
<p class="lead">Lead body copy Lead body copy</p>
@funnythingz
funnythingz / gist:5134467
Last active December 14, 2015 19:09
hackleberry::Font size
<p class="sentence huge">huge text</p>
<p class="sentence jumbo">jumbo text</p>
<p class="sentence large">large text</p>
<p class="sentence medium">medium text</p>
<p class="sentence small">small text</p>
<p class="sentence tiny">tiny text</p>
@funnythingz
funnythingz / gist:5134476
Last active December 14, 2015 19:09
hackleberry::Ellipsis
<p class="sentence ellipsis">text text text text text text text text</p>
@funnythingz
funnythingz / gist:5134479
Last active December 14, 2015 19:09
hackleberry::Font style/weight
<p class="sentence"><span class="normal">normal text</span></p>
<p class="sentence"><span class="bold">bold text</span></p>
<p class="sentence"><span class="italic">italic text</span></p>
@funnythingz
funnythingz / gist:5134483
Last active December 14, 2015 19:09
hackleberry::Alignment
<p class="sentence">default(left) text</p>
<p class="sentence right">right text</p>
<p class="sentence center">center text</p>sentence
@funnythingz
funnythingz / gist:5134489
Last active December 14, 2015 19:09
hackleberry::Blockquote
<blockquote class="blockquote">
<p class="sentence">text text text text text text</p>
<p class="sentence">text text text text text text</p>
<p class="sentence">text text text text text text</p>
</blockquote>
@funnythingz
funnythingz / gist:5134503
Created March 11, 2013 14:12
hackleberry::Address
<address class="address">
<strong>hackleberry</strong><br>
<a href="mailto:#">hackleberry@example.com</a>
</address>
@funnythingz
funnythingz / gist:5134509
Created March 11, 2013 14:12
hackleberry::Marked lists
<ul>
<li>List element</li>
<li>List element
<ul>
<li>List element</li>
<li>List element
<ul>
<li>List element</li>
<li>List element</li>
<li>List element</li>
@funnythingz
funnythingz / gist:5134514
Last active December 14, 2015 19:09
hackleberry::Numbered lists
<ol>
<li>element</li>
<li>element
<ol>
<li>element</li>
<li>element
<ol>
<li>element</li>
<li>element</li>
<li>element</li>