Skip to main content

We Hit Our Goal—Let’s Keep Going!

Thanks to our amazing supporters, we’ve reached our $100,000 match goal! But there’s still more to do—join us in protecting children and supporting our mission.

Pdf Notes - Css

@page chapter-page size: A4; @bottom-center content: counter(page);

| Value | Size | |-------------|-----------------------| | A4 | 210mm × 297mm | | letter | 8.5in × 11in | | A5 | 148mm × 210mm | | legal | 8.5in × 14in | Named pages .chapter page: chapter-page; css pdf notes

Control where content splits across pages. @page chapter-page size: A4

h1 page-break-before: always; color: #1a3e6f; @bottom-center content: counter(page)

.page-header position: running(page-header); font-size: 10pt; color: gray;