Created
April 19, 2015 08:45
-
-
Save ethantw/fca3114ccbf9d0133cea to your computer and use it in GitHub Desktop.
Print-alike paragraphs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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