home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web13 / tutorial.03corrected / tutorial.03.review / sunny.css < prev    next >
Cascading Style Sheet File  |  2011-02-10  |  1KB  |  33 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: Leah Grullon
  8.    Date: Feb.6, 2011  
  9.  
  10.    Filename:         sunny.css
  11.    Supporting Files: greenbar.jpg
  12.  
  13. */
  14.  
  15. body    {background: white url(greenbar.jpg); margin:0px; font-family: Arial, Helvetica, sans-serif}
  16. h1      {margin: 0px; border-bottom: 3px solid green}
  17. h2      {letter-spacing: 7px; padding-left: 5px}
  18. h3      {width: 200px}  
  19. address {text-align: right; font: normal 8pt.; color: green;
  20.          border-top: 3px solid green; padding-top: 5px}          
  21.  
  22. #photobox {float: right; text-align: center; font: 8 pt. italic; background-color: rgb(255, 215, 71);
  23.            margin: 10px 0px 10px 10px; border: 1px 4px 1px 4px solid black} 
  24.  
  25. #photo  {display: block} 
  26.          
  27.  
  28. #outer  {width: 770px} 
  29. #links  {float: left; text-decoration: none; background-color: rgb(255, 215, 71); margin: 5px; width: 180px; padding: 5px}
  30. a       {display: block; border: 1px 3px  1px 3px solid black;  text-decoration: none;} 
  31. #inner  {margin-left: 225px; padding-left: 10px}
  32.              
  33.