Created
April 9, 2016 13:59
-
-
Save kamikat/9f1c7aac3c988e065cdbf2651df27009 to your computer and use it in GitHub Desktop.
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
* { | |
margin: 0; | |
padding: 0; | |
} | |
html, body { | |
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; | |
font-size: 14px; | |
color: #444; | |
} | |
section { | |
margin: 4.0em 0; | |
} | |
h1, h2, h3, h4, h5, h6 { | |
font-weight: normal; | |
margin: 1.0em 0; | |
} | |
h1 { font-size: 1.76em; color: #111; } | |
h2 { font-size: 1.57em; color: #222; } | |
h3 { font-size: 1.40em; } | |
h4 { font-size: 1.25em; } | |
h5 { font-size: 1.12em; font-weight: bold; } | |
h6 { font-size: 1.00em; font-weight: bold; } | |
p { | |
margin: 0.78em 0; | |
line-height: 1.5em; | |
} | |
small { | |
font-size: 0.5em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment