Set the page margin inside a print media query:
@media print {
@page {
margin: 0;
}
}
This removes the margin defined by the page stylesheet. The browser's print settings may still add headers, footers, or margins, and a physical printer can retain a non-printable area.
![]() |
![]() |
| Default margins | No CSS page margins |

