Skip to content

Instantly share code, notes, and snippets.

@dmcgrath
Created December 15, 2017 03:04
Show Gist options
  • Save dmcgrath/4afe3e541739b63dc6f7dd56317c6350 to your computer and use it in GitHub Desktop.
Save dmcgrath/4afe3e541739b63dc6f7dd56317c6350 to your computer and use it in GitHub Desktop.
Some CSS
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