Skip to content

Instantly share code, notes, and snippets.

@seothemes
Created September 23, 2018 06:46
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Display Pro Pricing Table
<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