Created
April 27, 2017 08:53
-
-
Save nickdavis/3a7d37b88c2d1c88cb017dc265e4ace1 to your computer and use it in GitHub Desktop.
Five 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-fifth 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-fifth 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-fifth"> | |
<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-fifth"> | |
<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 class="pricing-column one-fifth"> | |
<div class="pricing-content"> | |
<h4>Fifth</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