``` css html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } ``` http://www.paulirish.com/2012/box-sizing-border-box-ftw/