Skip to content

Instantly share code, notes, and snippets.

@davoclavo
Created December 24, 2012 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davoclavo/4369941 to your computer and use it in GitHub Desktop.
Save davoclavo/4369941 to your computer and use it in GitHub Desktop.
letter paper printing css
@media print {
.pagina {
border: 1px solid black;
width: 763px;
height: 988px;
background-color: lightgray;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 1px 0 0 1px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment