Guest User

Untitled

a guest
Dec 13th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #printarea {
  2. position: relative;
  3. margin: 0 auto;
  4. width: 400px;
  5. }
  6. body,html
  7. {
  8. width:400px;
  9. margin: 0 auto;
  10. }
  11.  
  12. @page {
  13. size: 91.44mm 53.34; // set appropriately
  14. margin: 0;
  15. }
  16. @media print {
  17. html, body {
  18. width: 91.44mm; // set appropriately
  19. height: 53.34mm; // set appropriately
  20. }
  21. /* ... the rest of the rules ... */
  22. }
Add Comment
Please, Sign In to add comment