01 / 05
A box is made of four layers
In CSS every element is treated as the same four layers of box. From the inside out:
- the contents … the writing or the picture itself
- padding … the space between the contents and the border
- border … the border
- margin … the space outside the border, between this and its neighbour
This way of thinking is called the box model.