megwoo
6/24/2015 - 4:57 AM

The width and height properties (and min/max properties) includes content, padding and border, but not the margin

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;
}