Skip to content

Instantly share code, notes, and snippets.

@inkbase
Created March 18, 2014 01:37
Show Gist options
  • Save inkbase/9611966 to your computer and use it in GitHub Desktop.
Save inkbase/9611966 to your computer and use it in GitHub Desktop.
CSS: Base CSS file
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box
}
body {
background-color: #fff;
}
body,
form {
margin: 0;
padding: 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment