paddings (cont'd)

The paddings declaration specifies all four padding widths (space between content and border) at once. Here, we set them to the same value:

// paddings(all four sides)
tags.P.paddings("1em");