Skip to content

Instantly share code, notes, and snippets.

@seothemes
Created December 21, 2017 04:13
Show Gist options
  • Save seothemes/b27447d5cf5d2f65a523300412791b88 to your computer and use it in GitHub Desktop.
Save seothemes/b27447d5cf5d2f65a523300412791b88 to your computer and use it in GitHub Desktop.
Corporate Pro Front Page 7 Pricing Table
<p>
Choose the perfect plan for your business.
</p>
<div class="pricing-table">
<div class="one-third first">
<h4>Free</h4>
<strong>$0</strong>
<em>per month</em>
<ul>
<li>Benefit one</li>
<li>Benefit two</li>
<li>Benefit three</li>
</ul>
<button class="outline">Buy now</button>
</div>
<div class="one-third featured">
<h4>Pro</h4>
<strong>$99</strong>
<em>per month</em>
<ul>
<li>Benefit one</li>
<li>Benefit two</li>
<li>Benefit three</li>
<li>Benefit four</li>
<li>Benefit five</li>
</ul>
<button>Buy now</button>
</div>
<div class="one-third">
<h4>Basic</h4>
<strong>$49</strong>
<em>per month</em>
<ul>
<li>Benefit one</li>
<li>Benefit two</li>
<li>Benefit three</li>
<li>Benefit four</li>
</ul>
<button class="outline">Buy now</button>
</div>
</div>
<hr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment