Skip to content

Instantly share code, notes, and snippets.

@giorgiovilardo
Last active June 22, 2020 12:26
Show Gist options
  • Save giorgiovilardo/995898a369eb5ebe067e8d8e999e900a to your computer and use it in GitHub Desktop.
Save giorgiovilardo/995898a369eb5ebe067e8d8e999e900a to your computer and use it in GitHub Desktop.
A4 sheet for CSS - media query
@media print {
body {
width: 21cm;
height: 29.7cm;
margin: 30mm 45mm 30mm 45mm;
/* change the margins as you want them to be. */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment