Advertisement
spucoly

Untitled

Nov 4th, 2011
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2. New Perspectives on HTML and XHTML 5th Edition
  3. Tutorial 4
  4. Review Assignment
  5.  
  6. Online Scrapbooks Printer Style Sheet
  7. Author: Some Schmuck
  8. Date:
  9.  
  10. Filename: printer.css
  11. Supporting Files: none
  12.  
  13. */
  14.  
  15. @page {size: 8.5in 11in portrait; margin: 0.5in}
  16.  
  17.  
  18.  
  19. #head, #links, address, ul, h2, #content p {display: none}
  20.  
  21.  
  22.  
  23. .Samples {text-align: center horizontally; page-break-after: always}
  24.  
  25.  
  26.  
  27. .Samples h3 {font-size: 18pt; font-family: sans-serif}
  28.  
  29.  
  30.  
  31. .Samples img {width: 6.5in; height: 8.35in; border-width: 0px}
  32.  
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement