home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web31 / Section_78401 / Students / Kubit_Braden / tutorial.06 / case1 / sform.css < prev    next >
Cascading Style Sheet File  |  2011-12-01  |  684b  |  25 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: Braden Kubit
  8.    Date:   10/30/11
  9.  
  10.    Filename:         sform.css
  11.    Supporting Files: 
  12.  
  13. */
  14.  
  15. fieldset.subPlans {background: white; padding: 5px; margin-bottom: 20px}
  16.  
  17. label.subPlans {margin-right: 15px}
  18.  
  19. diplay.floatLabel
  20.  
  21. label.agreeLabel {width: 600px; margin-top: 20px; margin-bottom: 20px; margin-left: 0px; margin-right: 0px}
  22.  
  23. fieldset.payment {margin-left: 100px; background: white; width: 400px; padding: 5px}
  24.  
  25. fieldset.buttons {margin-top: 10px; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; border-style: none}