Skip to content

Instantly share code, notes, and snippets.

@nwjlyons
Last active January 4, 2016 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nwjlyons/8677687 to your computer and use it in GitHub Desktop.
Save nwjlyons/8677687 to your computer and use it in GitHub Desktop.
Basic styles
* {
margin:0;
padding:0;
box-sizing:border-box;
}
html {
background:#eee;
font-family: Arial;
}
body {
margin:50px;
border:10px solid #444;
background: white;
padding:20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment