Skip to content

Instantly share code, notes, and snippets.

@joshkennedy
Forked from anonymous/dabblet.css
Created September 5, 2012 16:02
Show Gist options
  • Save joshkennedy/3639042 to your computer and use it in GitHub Desktop.
Save joshkennedy/3639042 to your computer and use it in GitHub Desktop.
Untitled
#post {
width: 700px;
}
#post p {
margin-bottom: 10px;
}
#post p span {
display: block;
width: 340px;
float: left;
margin-bottom: 10px;
}
#post p span:nth-child(1) {
margin-right: 10px;
}
#post p span:nth-child(2) {
}
<div id="post">
<p><span>Patrolling they tryin to catch me ridin dirty</span> <span>As they make their rounds, they are attempting to catch me in the act of driving a stolen vehicle</span></p>
<p><span>Patrolling they tryin to catch me ridin dirty</span> <span>As they make their rounds, they are attempting to catch me in the act of driving a stolen vehicle</span></p>
</div>
{"view":"split","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment