home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web39 / tutorial.04 / case2 / cwtxt.css < prev    next >
Cascading Style Sheet File  |  2011-03-15  |  452b  |  24 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 4
  4.    Case Problem 2
  5.  
  6.    Civil War Studies Style Sheet
  7.    Author: 
  8.    Date:   
  9.  
  10.    Filename:         cw.css
  11.    Supporting Files: tan.jpg
  12.  
  13. */
  14.  
  15. body              {margin: 0px}
  16. h2                {font-size: 2.5em; margin: 0px}
  17. #head             {text-align: center; border-bottom: 1px solid black; 
  18.                    background-image: url(tan.jpg); margin: 0px}
  19.  
  20.  
  21.  
  22.  
  23.  
  24.