The 4 layers of the box model
Understand what takes up space and what does not.
Each element has content, padding, border and margin. The browser adds up these layers to determine its actual size.
The margin separates boxes from each other; the padding creates internal air between content and border.
- Content: the actual content.
- Padding: internal space.
- Border: line around.
- Margin: external space.