[This is 400 pixels wide]
width
and padding
.This is the box with some elements. All these elements have a yellow background. The red around these elements is part of the box and is called the padding.
margin: auto; width: 400px; background: red; padding: 50px;
margin: 0; padding: 0.5em 0; background: yellow;
The same, with a 20px
blue border