Advertisement
contatowellington

Untitled

Jul 12th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. body {
  2. background: rgb(204,204,204);
  3. }
  4.  
  5. page[size="A4"] {
  6. background-image: url("bg_full_a4_1.png");
  7. background-size: 100%;
  8. background-repeat: no-repeat;
  9. width: 21cm;
  10. height: 29.7cm;
  11. display: block;
  12. margin: 0 auto;
  13. margin-bottom: 0.5cm;
  14. box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
  15. }
  16.  
  17. @media print {
  18. body, page[size="A4"] {
  19. margin: 0;
  20. box-shadow: 0;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement