Skip to content

Instantly share code, notes, and snippets.

@kyleparisi
Created February 14, 2017 19:23
Show Gist options
  • Save kyleparisi/4c8b28c8e94d1f4f2f2ed2cdb2fa80dd to your computer and use it in GitHub Desktop.
Save kyleparisi/4c8b28c8e94d1f4f2f2ed2cdb2fa80dd to your computer and use it in GitHub Desktop.
My go to set of sytles
body {
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont,
"Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans",
"Droid Sans", "Helvetica Neue", sans-serif;
}
.container {
width: 66.66%;
margin: auto;
}
.width-50 {
width: 50%;
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment