Skip to content

Instantly share code, notes, and snippets.

@exarcheia-web
Created December 9, 2014 16:19
Show Gist options
  • Save exarcheia-web/9ba69948137796408085 to your computer and use it in GitHub Desktop.
Save exarcheia-web/9ba69948137796408085 to your computer and use it in GitHub Desktop.
CSS Starter
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/*** BEGIN MAIN CSS ***/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment