This is called the "box model"
For every box you can describe...
- height and width: the size of the content boxes (in maroon below)
- padding: the spacing of content within the box (in pink below)
- border: lines around the box (in white below)
- margin: spacing surrounding the boxes (in blue below)