home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web10 / tutorial.06 / case1 / sform.css < prev    next >
Cascading Style Sheet File  |  2011-03-28  |  845b  |  29 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 6
  4.    Case Problem 1
  5.  
  6.    Subscription Form Style Sheet
  7.    Author: Edina Fuzesi
  8.    Date:   03/22/2011
  9.  
  10.    Filename:         sform.css
  11.    Supporting Files: 
  12.  
  13. */
  14.  
  15. #subPlans     {background-color: white; padding: 5px; margin-bottom: 20px; text-align: center}
  16.  
  17. #subPlans label  {margin-right: 15px}
  18.  
  19. label.floatLabel {display: block; float: left; clear: left; width: 150px; margin-bottom: 10px; text-align: right}
  20.  
  21. .floatCtrl      {display: block; float: left; margin-left: 20px; margin-bottom: 10px}
  22.  
  23. label#agreeLabel     {width: 600px; margin: 20px 0px 20px 0px; text-align: center}
  24.  
  25. #payment     {clear: left; background-color: white; width: 400 px; margin-left: 100px; padding: 5px}
  26.  
  27. #buttons     {margin: 10px 0px 10px 0px; border-style: none; text-align: center}
  28.  
  29.