The padding property specifies all four padding widths (space between content and border) at once:
/* top right bottom left) */ P { padding: 1em 2em 3em 4em } /* set all four paddings */ H1 { padding: 20px }
Padding (the whitespace between the element's content and border) can be set in the same way via the padding declaration.