Whenever device to display a visible element of your HTML document, there are actually FOUR boxes to be laid out:
div { background-color: #ACF; /* margin-box */ margin: 10px 20px 30px 40px; /*top right bottom left*/ /* border-box */ border: 30px solid #0000FF; /* padding-box */ padding: 40px; /* content-box */ color: red; }