home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web08 / phase1 / comp.css < prev    next >
Cascading Style Sheet File  |  2011-02-17  |  553b  |  21 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 4
  4.    Tutorial Case
  5.  
  6.    Online Scrapbooks Style Sheet
  7.    Author: Andrew Densmore    
  8.    Date:  2/16/11 
  9.  
  10.    Filename:         scraps.css
  11.    Supporting Files: back.jpg, bullet.jpg
  12.  
  13. */
  14.  
  15. body       {margin: 14px; color:black; 
  16.             background: orange}
  17. h1, h2, h3 {font-family: Arial, Helvetica, sans-serif; color: black;}
  18.  
  19. h1         {border-bottom: 2px solid yellow; background-color: white; margin: 0px; padding: 5px; margin-right:300px}
  20. ul         {margin-top:0px}
  21.