Created
December 24, 2012 16:43
-
-
Save davoclavo/4369941 to your computer and use it in GitHub Desktop.
letter paper printing css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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