Created
April 29, 2015 04:35
-
-
Save vy-let/68bf53be5964ee3b6478 to your computer and use it in GitHub Desktop.
jdp
This file contains 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
body { | |
font-family: "Helvetica Neue", "Helvetica", sans-serif; | |
margin: 10% 15%; | |
background-color: rgb(240, 240, 240); | |
} | |
h1 { | |
border-bottom: 1px solid rgba(0, 0, 0, 0.5); | |
margin-left: -2em; | |
margin-right: -2em; | |
padding-left: 2em; | |
padding-right: 2em; | |
} | |
h1, h2 { | |
margin-top: 3em; | |
} | |
a { | |
color: rgb(40, 40, 40); | |
} | |
p { | |
max-width: 40em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment