Advertisement
xlrnxnlx

box-sizing

Mar 12th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.13 KB | None | 0 0
  1. *, *:after, *:before {
  2.     -webkit-box-sizing: border-box;
  3.        -moz-box-sizing: border-box;
  4.             box-sizing: border-box;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement