Skip to content

Instantly share code, notes, and snippets.

@gspice
Forked from studiopress/pricing-table.html
Last active August 29, 2015 14:15
Show Gist options
  • Save gspice/1a0dc6244432d49f95be to your computer and use it in GitHub Desktop.
Save gspice/1a0dc6244432d49f95be to your computer and use it in GitHub Desktop.
pricing table from Parallax Pro theme demo
<p>Our SEO services are among the very best in the industry.</p>
<div class="pricing-table">
<div class="one-third first">
<h4>Basic - $95</h4>
<ul>
<li>List Item #1</li>
<li>List Item #2</li>
<li>List Item #3</li>
</ul>
<a class="button" href="#">Purchase</a>
</div>
<div class="one-third">
<h4>Professional - $150</h4>
<ul>
<li>List Item #1</li>
<li>List Item #2</li>
<li>List Item #3</li>
<li>List Item #4</li>
</ul>
<a class="button" href="#">Purchase</a>
</div>
<div class="one-third">
<h4>Advanced - $350</h4>
<ul>
<li>List Item #1</li>
<li>List Item #2</li>
<li>List Item #3</li>
</ul>
<a class="button" href="#">Purchase</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment