Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 3rd, 2012  |  syntax: None  |  size: 1.40 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!-- content to be placed inside <body>…</body> -->
  2.  
  3.  
  4. <div id="container">
  5.     <div class="pricingtable">
  6.       <div class="top">
  7.         <h2>Basic</h2>
  8.       </div>
  9.       <ul>
  10.         <li><strong>Full</strong> Email Support</li>
  11.         <li><strong>25GB</strong> of Storage</li>
  12.         <li><strong>5</strong> Domains</li>
  13.         <li><strong>10</strong> Email Addresses</li>
  14.       </ul>
  15.    
  16.       <hr />
  17.      
  18.       <h1><sup>$</sup>25</h1>
  19.       <p>per month</p>
  20.      
  21.       <a href="#">Sign Up</a>
  22. </div>
  23.    
  24.     <div class="pricingtable featured">
  25.       <div class="top">
  26.         <h2>Pro</h2>
  27.       </div>
  28.       <ul>
  29.         <li><strong>Full</strong> Email Support</li>
  30.         <li><strong>50GB</strong> of Storage</li>
  31.         <li><strong>10</strong> Domains</li>
  32.         <li><strong>20</strong> Email Addresses</li>
  33.       </ul>
  34.    
  35.       <hr />
  36.      
  37.       <h1><sup>$</sup>49</h1>
  38.       <p>per month</p>
  39.      
  40.       <a href="#">Sign Up</a>
  41.     </div>
  42.    
  43.     <div class="pricingtable">
  44.       <div class="top">
  45.         <h2>Premium</h2>
  46.       </div>
  47.       <ul>
  48.         <li><strong>Full</strong> Email Support</li>
  49.         <li><strong>Unlimited</strong> Storage</li>
  50.         <li><strong>Unlimited</strong> Domains</li>
  51.         <li><strong>50</strong> Email Addresses</li>
  52.       </ul>
  53.    
  54.       <hr />
  55.      
  56.       <h1><sup>$</sup>79</h1>
  57.       <p>per month</p>
  58.      
  59.       <a href="#">Sign Up</a>
  60.     </div>
  61.  
  62. </div>