Skip to content

Instantly share code, notes, and snippets.

@studiopress
Created February 3, 2014 06:23
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save studiopress/8779594 to your computer and use it in GitHub Desktop.
Save studiopress/8779594 to your computer and use it in GitHub Desktop.
Parallax Pro Pricing Table
<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