home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web31 / Section_78401 / Students / Mena_Roland / tutorial.07 / case1 / poetry.css < prev    next >
Cascading Style Sheet File  |  2011-11-18  |  1KB  |  35 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 7
  4.    Case Problem 1
  5.  
  6.    Online Poetry Style Sheet
  7.  
  8.    Filename:         poetry.css
  9.    Supporting Files: tan.jpg
  10.  
  11.  
  12. */
  13.  
  14. body                 {margin: 0px; padding: 0px; font-size: 15px; 
  15.                       font-family: Arial, Helvetica, sans-serif;
  16.                       background-image: url(tan.jpg)}
  17.  
  18. #pageContent         {position: absolute; top: 0px; left: 30px; width: 700px}
  19.  
  20. #links               {text-align: center; font-size: 10px}
  21. #links a             {margin: 0px 10px}
  22.  
  23. #head                {text-align: center; margin-top: 10px}
  24.  
  25. .firstp:first-letter {float: left; font-size: 300%; line-height: 0.7; 
  26.                       margin: 0px 3px 3px 0px}
  27. .firstp:first-line   {font-variant: small-caps}
  28.  
  29. h2                   {font-size: 14px; letter-spacing: 3px; margin: 0px}
  30. .poem p              {margin: 10px}
  31.  
  32. .poem                {float: left; margin-right: 20px}
  33.    
  34. #footer              {border-top: 1px solid black; width: 100%; text-align: right; 
  35.                       font-size: 10px; clear: left; padding-bottom: 10px}