Created
December 15, 2017 03:04
-
-
Save dmcgrath/4afe3e541739b63dc6f7dd56317c6350 to your computer and use it in GitHub Desktop.
Some CSS
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
html{ | |
background: #CCC; | |
font-family: Monaco, monospace; | |
font-size: 14px; | |
color: #444; | |
line-height: 1.4; | |
max-width: 60rem; | |
margin: 0 auto; | |
height: 100%; | |
} | |
body{ | |
background: #F0F1F1; | |
padding: 100px; | |
height: 100%; | |
} | |
#note{ | |
height: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment