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