This is an interesting video tutorial that clearly outlines the essentials concepts behind the CSS box model. However, one thing needs to be cleared up: the width
and height
properties (and other related properties, such as min/max widths/heights) are not mentioned here but they're essential: in fact, they define the width and height of the content area within the box model. The content area is the innermost region within the nested rectangular regions defined by the box model itself.