Created
July 25, 2014 21:06
-
-
Save dstyle0210/5290c2a8a4f9f07dbff1 to your computer and use it in GitHub Desktop.
box-sizing CSS3속성, 보더사이즈를 박스의 width인정함.
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
| *{ | |
| box-sizing: border-box; | |
| -moz-box-sizing: border-box; | |
| -webkit-box-sizing: border-box; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment