Skip to content

Instantly share code, notes, and snippets.

@seothemes
Created September 23, 2018 06:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seothemes/23f0cf11b56ba299fef02def56143f29 to your computer and use it in GitHub Desktop.
Save seothemes/23f0cf11b56ba299fef02def56143f29 to your computer and use it in GitHub Desktop.
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