home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web31 / Section_35397 / Martins_Jaymn / tutorial.08 / review / footer.css < prev    next >
Cascading Style Sheet File  |  2011-05-01  |  535b  |  19 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 8
  4.    Review Assignment
  5.  
  6.    Cliffhangers Style Sheet
  7.  
  8.    Filename:         footer.css
  9.    Supporting Files: back3.jpg
  10.  
  11. */
  12.  
  13. body             {background-image: url(back3.jpg); font-family: Verdana, Geneva, sans-serif; 
  14.                   font-size: 14px}
  15.  
  16. div              {text-align: center; line-height: 2}
  17. a                {color: white; text-decoration: none}
  18. a:visited        {color: white}
  19. a:hover          {color: white; text-decoration: underline}