Created
February 18, 2019 16:09
-
-
Save webplantmedia/85344ab89ac9197f430c176aec229efa to your computer and use it in GitHub Desktop.
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="alignwide"> | |
<div class="pricing-table"> | |
<div class="one-third first"> | |
<h4>Package #1</h4> | |
<p><span class="description">This is a basic web design.</span><br><span class="price">$299</span></p> | |
<ul> | |
<li>Logo concept</li> | |
<li>3-page web design</li> | |
<li>1 hour of training</li> | |
</ul> | |
<p><a class="button secondary small" href="#">Get Started</a></p> | |
</div> | |
<div class="one-third featured"> | |
<h4>Package #2</h4> | |
<p><span class="description">This is a premium web design.</span><br><span class="price">$499</span></p> | |
<ul> | |
<li>Logo concept</li> | |
<li>5-page web design</li> | |
<li>3 hours of training</li> | |
<li>Email template</li> | |
</ul> | |
<p><a class="button primary" href="#">Get Started</a></p> | |
</div> | |
<div class="one-third"> | |
<h4>Package #3</h4> | |
<p><span class="description">This is an advanced web design.</span><br><span class="price">$799</span></p> | |
<ul> | |
<li>Logo concept</li> | |
<li>10-page web design</li> | |
<li>5 hours of training</li> | |
<li>Email template</li> | |
<li>eCommerce setup</li> | |
</ul> | |
<p><a class="button secondary small" href="#">Get Started</a></p> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment