margins

The margins declaration specifies all four margins at once. Here, we set them to distinct values:

// margins(top, right, 
// bottom, left)

tags.P.margins("1em", 
"2em", "3em", "2em")