Skip to content

Instantly share code, notes, and snippets.

@trumball
Created September 9, 2013 14:26
Show Gist options
  • Save trumball/6496339 to your computer and use it in GitHub Desktop.
Save trumball/6496339 to your computer and use it in GitHub Desktop.
Paragraph padding and indent
p{
margin-bottom:20px;
}
p+p{
text-indent:2em;
margin-top:-20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment