home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web06 / Tutorial4 / Tutorial4-Review / printer.css < prev    next >
Cascading Style Sheet File  |  2011-02-24  |  566b  |  25 lines

  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: Antonio Chavez
  8.    Date: Feb 20, 2011
  9.  
  10.    Filename:         printer.css
  11.    Supporting Files: none
  12.  
  13. */
  14.  
  15. @page {size: 8.5in 11in portrait; margin: 0.5in}
  16.  
  17. #head, #links, #content address, #content ul, #content h2, #content p {display: none}
  18.  
  19. h3 {font-size: 18pt; font-family: sans-serif}
  20.  
  21. .samples {page-break-after: always; text-align: center}
  22. .samples img {width: 6.5in; height: 8.35in; border: 0px}
  23.  
  24.  
  25.