Created
September 23, 2018 06:46
-
-
Save seothemes/23f0cf11b56ba299fef02def56143f29 to your computer and use it in GitHub Desktop.
Display Pro Pricing Table
This file contains 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
<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="ghost">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="ghost">Buy now</button> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment