Last active
April 27, 2017 08:51
-
-
Save nickdavis/6f80b26fa7389b5b81796768456302cd to your computer and use it in GitHub Desktop.
Four column example of Pricing Table for Kickstart Pro WordPress theme
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-fourth 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-fourth 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-fourth"> | |
<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 class="pricing-column one-fourth"> | |
<div class="pricing-content"> | |
<h4>Fourth</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