Margins
The margins of your pages are set in CSS on the @page
rule, using the margin
property. Be aware that the margin controls the size of the Margin Boxes.
To set margin consistently on all sides.
To set the top and bottom to 20mm, and the left and right margins to 30mm.
To set the four margins individually:
To set the margin on the first page only
To set the margin on the first page only, use the :first
pseudo-selector.