Created
September 18, 2013 00:55
-
-
Save radiokills/6602978 to your computer and use it in GitHub Desktop.
css wodth incl borders and padd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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