-
-
Save gspice/1a0dc6244432d49f95be to your computer and use it in GitHub Desktop.
pricing table from Parallax Pro theme demo
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
<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