Skip to content

Instantly share code, notes, and snippets.

@dmao
Created September 6, 2013 10:08
Show Gist options
  • Save dmao/6461949 to your computer and use it in GitHub Desktop.
Save dmao/6461949 to your computer and use it in GitHub Desktop.
Paragraph with indentation
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