/ Published in: CSS
Thanks Paul Irish ;)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* apply a natural box layout model to all elements */ * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
URL: http://paulirish.com/2012/box-sizing-border-box-ftw/