- 'border' creates a frame
- 'padding' adds space between the border and the text
- 'margin' creates space between elements (i.e., outside the border)
File "boxes.css" outlines all elements in a document:
* { border: 1px solid red;
padding: 1px;
margin: 1px }