Skip to content

Instantly share code, notes, and snippets.

@kriot1
Last active September 16, 2015 03:00
Show Gist options
  • Save kriot1/d28748f2391237939954 to your computer and use it in GitHub Desktop.
Save kriot1/d28748f2391237939954 to your computer and use it in GitHub Desktop.
HTML for the pricing table
<div class="pricing-table">
<div class="one-third first">
<h4>Product One</h4>
<ul>
<li>Aewesome Thing</li>
<li>Aewesome Thing</li>
<li>Aewesome Thing</li>
<li>Aewesome Thing</li>
</ul>
<a class="button">$100</a>
</div>
<div class="one-third">
<h4>Product Two</h4>
<ul>
<li>Aewesome Thing</li>
<li>Aewesome Thing</li>
<li>Aewesome Thing</li>
<li>Aewesome Thing</li>
</ul>
<a class="button">$100</a>
</div>
<div class="one-third">
<h4>Product Three</h4>
<ul>
<li>Aewesome Thing</li>
<li>Aewesome Thing</li>
<li>Aewesome Thing</li>
<li>Aewesome Thing</li>
</ul>
<a class="button">$100</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment