Skip to content

Instantly share code, notes, and snippets.

@pablosbrain
Last active May 26, 2016 04:05
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 pablosbrain/f14be80142f7026343b92d292101b67b to your computer and use it in GitHub Desktop.
Save pablosbrain/f14be80142f7026343b92d292101b67b to your computer and use it in GitHub Desktop.
Some initial CSS stuff
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment