Skip to content

Instantly share code, notes, and snippets.

@dstyle0210
Created July 25, 2014 21:06
Show Gist options
  • Select an option

  • Save dstyle0210/5290c2a8a4f9f07dbff1 to your computer and use it in GitHub Desktop.

Select an option

Save dstyle0210/5290c2a8a4f9f07dbff1 to your computer and use it in GitHub Desktop.
box-sizing CSS3속성, 보더사이즈를 박스의 width인정함.
*{
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