paddings (cont'd)

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

// paddings(top, right, 
// bottom, left)
tags.P.paddings("1em", 
"2em", "3em", "4em");