Created
November 28, 2017 08:41
-
-
Save seothemes/ccd8849152da47d0ea4f8a9c65cdf9c8 to your computer and use it in GitHub Desktop.
Fitness Pro pricing tables
This file contains hidden or 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="one-half first"> | |
<h5>Basic</h5> <small>$</small><b>99</b> | |
<ul> | |
<li>First feature</li> | |
<li>Second feature</li> | |
<li>Third feature</li> | |
</ul> | |
</div> | |
<div class="one-half"> | |
<h5>Pro</h5> <small>$</small><b>199</b> | |
<ul> | |
<li>First feature</li> | |
<li>Second feature</li> | |
<li>Third feature</li> | |
</ul> | |
</div> | |
</div> | |
<div class="pricing-table"> | |
<div class="one-third first"> | |
<h5>Free</h5> <small>$</small><b>0</b> | |
<ul> | |
<li>First feature</li> | |
<li>Second feature</li> | |
<li>Third feature</li> | |
</ul> | |
</div> | |
<div class="one-third"> | |
<h5>Basic</h5> <small>$</small><b>99</b> | |
<ul> | |
<li>First feature</li> | |
<li>Second feature</li> | |
<li>Third feature</li> | |
</ul> | |
</div> | |
<div class="one-third"> | |
<h5>Pro</h5> <small>$</small><b>199</b> | |
<ul> | |
<li>First feature</li> | |
<li>Second feature</li> | |
<li>Third feature</li> | |
</ul> | |
</div> | |
</div> | |
<div class="pricing-table"> | |
<div class="one-fourth first"> | |
<h5>Free</h5> <small>$</small><b>0</b> | |
<ul> | |
<li>First feature</li> | |
<li>Second feature</li> | |
<li>Third feature</li> | |
</ul> | |
</div> | |
<div class="one-fourth"> | |
<h5>Basic</h5> <small>$</small><b>99</b> | |
<ul> | |
<li>First feature</li> | |
<li>Second feature</li> | |
<li>Third feature</li> | |
</ul> | |
</div> | |
<div class="one-fourth"> | |
<h5>Pro</h5> <small>$</small><b>199</b> | |
<ul> | |
<li>First feature</li> | |
<li>Second feature</li> | |
<li>Third feature</li> | |
</ul> | |
</div> | |
<div class="one-fourth"> | |
<h5>Ultimate</h5> <small>$</small><b>299</b> | |
<ul> | |
<li>First feature</li> | |
<li>Second feature</li> | |
<li>Third feature</li> | |
</ul> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment