Created
February 18, 2017 08:17
-
-
Save CreaturePhil/b6c24c91f223ba1443ed19ee4850f22a 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
body { | |
margin: 0 auto; | |
max-width: 50em; | |
font-family: "Helvetica", "Arial", sans-serif; | |
line-height: 1.5; | |
padding: 4em 1em; | |
} | |
h2 { | |
margin-top: 1em; | |
padding-top: 1em; | |
} | |
code, | |
pre { | |
background: #eee; | |
} | |
code { | |
padding: 2px 4px; | |
vertical-align: text-bottom; | |
} | |
pre { | |
padding: 1em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment