Last active
December 16, 2015 15:31
-
-
Save nickdavis/11215873 to your computer and use it in GitHub Desktop.
Pricing Table example for LeanThemes.co
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
<div class="pricing-table"> | |
<div class="pricing-column one-third first"> | |
<div class="pricing-content"> | |
<h4>Start Right</h4> | |
<p>A wonderful piece of kit.</p> | |
<ul> | |
<li>Two Pens</li> | |
<li>A Ruler</li> | |
<li>A Notepad & more</li> | |
</ul> | |
<p class="price">$39<sup>.00</sup></p> | |
</div> | |
<p><a href="#" class="button">Instant Activation</a></p> | |
</div> | |
<div class="pricing-column one-third featured"> | |
<div class="pricing-content"> | |
<h4>Start Righter</h4> | |
<p>An amazing piece of kit.</p> | |
<ul> | |
<li>Three Pens</li> | |
<li>A Metal Ruler</li> | |
<li>A Notepad & more</li> | |
</ul> | |
<p class="price">$139<sup>.00</sup></p> | |
</div> | |
<p><a href="#" class="button">Instant Activation</a></p> | |
</div> | |
<div class="pricing-column one-third"> | |
<div class="pricing-content"> | |
<h4>Start Best</h4> | |
<p>The only kit you need.</p> | |
<ul> | |
<li>Nine Pens</li> | |
<li>No Rulers</li> | |
<li>6 Notepads & more</li> | |
</ul> | |
<p class="price">$1139<sup>.00</sup></p> | |
</div> | |
<p><a href="#" class="button">Take the Tour</a></p> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment