home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web15 / Tutorial.06 / Case.01 / sform.css < prev    next >
Cascading Style Sheet File  |  2011-04-02  |  867b  |  31 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: Amber Jowers
  8.    Date:   April 1, 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; 
  26.         width: 400px; margin-left: 100px; padding: 5px}
  27.  
  28. #buttons    {margin: 10px 0px 10px 0px; border-style: none;         text-align: center}
  29.  
  30.  
  31.