/ Published in: CSS
URL: http://paulirish.com/2012/box-sizing-border-box-ftw/
Thanks Paul Irish ;)
Expand |
Embed | Plain Text
/* apply a natural box layout model to all elements */ * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
You need to login to post a comment.
