Created
May 2, 2013 18:30
-
-
Save bradvin/5504270 to your computer and use it in GitHub Desktop.
box-sizing
This file contains 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
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ | |
-moz-box-sizing: border-box; /* Firefox, other Gecko */ | |
box-sizing: border-box; /* Opera/IE 8+ */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment