Created
December 21, 2017 04:13
-
-
Save seothemes/b27447d5cf5d2f65a523300412791b88 to your computer and use it in GitHub Desktop.
Corporate Pro Front Page 7 Pricing Table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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