The width and height properties (and min/max properties) includes content, padding and border, but not the margin
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }