home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web23 / tutorial3review / sunny.css < prev    next >
Cascading Style Sheet File  |  2011-02-04  |  830b  |  30 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:Joanne Ponce     
  8.    Date: 2/3/2011  
  9.  
  10.    Filename:         sunny.css
  11.    Supporting Files: greenbar.jpg
  12.  
  13. */
  14. body      {background-color:white url(greenbar.jpg) repeat -y; font-family: Arial, Helvetica, sans-serif}
  15. a        {display: block; margin: 0em}
  16. h1           {color: white: background-color: rgb(0, 154, 0)}
  17. address {text-align: center; color: rgb(0, 154, 0); word spacing 0.8em; font: normal small-caps 0.8em sans-serif;
  18.         border-top: 3px green; padding-top: 1em}
  19. #outer   {width:770px}        
  20. #inner    {margin-left: 225px; padding-left: 10px;
  21.              border-left: 0.1em solid green}    
  22. #promoimage {float: right; margin: 0em 0em 1em 1em}             
  23.              
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.