home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web31 / Section_78401 / Students / Eskenas_Alan / tutorial.08 / case3 / slides.css < prev    next >
Cascading Style Sheet File  |  2011-11-10  |  657b  |  28 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 8
  4.    Case Problem 3
  5.  
  6.    SkyWeb Slides Style Sheet
  7.  
  8.    Filename:         slides.css
  9.    Supporting Files: none
  10.  
  11. */
  12.  
  13. *              {padding: 0px; margin: 0px}
  14. body           {color: black}
  15. #slidebox      {width: 460px}
  16. h1             {font-family: monospace; text-align: center; font-size: 20px;
  17.                 font-weight: bold}
  18.  
  19. #messimg       {float: left; border-width: 0px}
  20. #messdesc      {float: left; border-width: 0px}
  21.  
  22. #buttons       {clear: left; width: 100%; text-align: center; padding-top: 15px}
  23. #buttons img   {border-width: 0px; margin: 0px 10px}
  24.  
  25.  
  26.  
  27.  
  28.