Skip to content

Instantly share code, notes, and snippets.

@radiokills
Created September 18, 2013 00:55
Show Gist options
  • Save radiokills/6602978 to your computer and use it in GitHub Desktop.
Save radiokills/6602978 to your computer and use it in GitHub Desktop.
css wodth incl borders and padd
2
3
*, *:after, *:before {
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment