home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web16 / tutorial_3 / tutorial3_review / sunny.css < prev   
Cascading Style Sheet File  |  2011-02-07  |  1KB  |  32 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 3
  4.    Review Assignment
  5.  
  6.    Sunny Acres Holiday Festival Style Sheet
  7.    Author: Truman Kain              
  8.    Date:   2/7/11  
  9.  
  10.    Filename:         sunny.css
  11.    Supporting Files: greenbar.jpg
  12.  
  13. */
  14. body {margin: 0px; font-family: Arial, Helvetica, sans-serif; 
  15.         background: white url(greenbar.jpg) repeat-y left top}
  16. address {color: green; text-align: center; font: normal 8pt sans-serif; 
  17.         border-top: 3px solid green; padding-top: 5px}
  18. #links {float: left}
  19. #photo {width: 250px; height: 250px}
  20. #outer {width: 770px}
  21. #inner {margin-left: 225px; padding-left:10px}
  22. #photobox {display: block; float: right; text-align: center; font: italic 8pt sans-serif; background-color: rgb(255, 215, 71); 
  23.             margin: 10px 10px 10px 0px; border-top: 1px solid black; border-left: 1px solid black; border-right: 4px solid black; 
  24.             border-bottom: 4px solid black}
  25.  
  26. h1 {margin: 0px border-bottom: 3px green}
  27. h2 {color: white; background-color: green; padding-left: 5px; letter-spacing: 7px}
  28. h3 {width: 200px; color: white; background-color: green; padding-left: 5px; letter-spacing: 7px}
  29. a {display: block; text-decoration: none; width: 180px; background-color: rgb(255, 215, 71); margin: 5px; padding: 5px; border-top: 1px solid black; border-left: 1px solid black; border-right: 3px solid black; 
  30.             border-bottom: 3px solid black}
  31.  
  32.