home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web16 / project / style.css < prev    next >
Cascading Style Sheet File  |  2011-02-22  |  929b  |  28 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 4
  4.    Review Assignment
  5.  
  6.    Online Scrapbooks Style Sheet
  7.    Author: Truman Kain
  8.    Date:   02/20/11 
  9.  
  10.    Filename:         style.css
  11.  
  12.  
  13. */
  14.  
  15.  
  16. a:link        {text-decoration: none}
  17. a:visited    {text-decoration: none}
  18. a:active        {text-decoration: none}
  19. a:hover        {color: black; background-color:white; text-decoration: underline overline}
  20.  
  21. h1, h2, h3          {font-family: Arial, Helvetica, sans-serif; color: black; margin: 0px}
  22. h3                  {font-size: 10pt}
  23. h1                  {border-bottom: 2px solid blue; background-color: white; margin: 0px; 
  24.                      padding: 0px; text-align: center}
  25.                      
  26.                      address             {text-align: center; font-style: normal; font-variant: small-caps;
  27.                      border-top: 2px solid blue; color: blue; padding-bottom: 50px;
  28.                      }