demo · v131
@page margin boxes
All sixteen margin boxes around the page area are now addressable. Type values into the corner / edge slots below to see them composed in the printable preview, and copy the generated @page rule.
document body lives here. each margin slot is now individually styleable in print.
the css
@page {
margin: 1in;
@top-center { content: "Draft Memo"; }
@bottom-left { content: "Confidential"; }
@bottom-right{ content: "Page " counter(page); }
}