Skip to content

Instantly share code, notes, and snippets.

@ethantw
Created April 19, 2015 08:45
Show Gist options
  • Save ethantw/fca3114ccbf9d0133cea to your computer and use it in GitHub Desktop.
Save ethantw/fca3114ccbf9d0133cea to your computer and use it in GitHub Desktop.
Print-alike paragraphs
p {
/* 去除段落前後空行 */
margin-top: 0;
margin-bottom: 0;
/* 段首行縮進 */
text-indent: 2em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment