home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web31 / Section_78401 / Students / Kubit_Braden / tutorial.06 / case2 / cw.css next >
Cascading Style Sheet File  |  2011-12-01  |  1KB  |  41 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 6
  4.    Case Problem 2
  5.  
  6.    Civil War Style Sheet
  7.    Author: Adanya Lynee
  8.    Date:   3/1/2011
  9.  
  10.    Filename:         cw.css
  11.    Supporting Files: 
  12.  
  13. */
  14. body         {font-family: Verdana, Geneva, sans-serif; margin: 0px; height: 100%}
  15.  
  16. #heading     {width: 800px; text-align: center; background-image: url(tan.jpg)}
  17.  
  18. #leftColumn  {width: 130px; font-size: 12px; float: left; background-image: url(tan.jpg);
  19.               height: 900px}
  20.  
  21. #leftColumn ul {list-style-type: none; margin-left: 10px; padding-left: 0px}
  22. #leftColumn li {line-height: 2.4}
  23. #leftColumn a  {text-decoration: none; color: black}
  24. #leftColumn a:visited {color: black}
  25. #leftcolumn a:hover {text-decoration: underline overline}
  26.  
  27. #rightColumn   {float: left; width: 650px; font-size: 12px; padding-left: 15px}
  28. #rightColumn h1  {text-align: center; margin: 0px; padding: 0px; font-weight: normal;
  29.                 font-size: 28px; letter-spacing: 5px; margin-top: 10px}
  30.  
  31. #rightColumn p {text-align: center; padding: 0px; margin: 10px 30px 20px}
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.