Created
February 18, 2019 16:03
-
-
Save webplantmedia/35fc7729c3e23731a1d5dbcd7a95902b 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-half first"> | |
<h4>Package #1</h4> | |
<span class="description">This is a basic web design.</span> | |
<span class="price">$299</span> | |
<ul> | |
<li>Logo concept</li> | |
<li>3-page web design</li> | |
<li>1 hour of training</li> | |
</ul> | |
<a href="#" class="button secondary small">Get Started</a> | |
</div> | |
<div class="one-half featured"> | |
<h4>Package #2</h4> | |
<span class="description">This is a premium web design.</span> | |
<span class="price">$499</span> | |
<ul> | |
<li>Logo concept</li> | |
<li>5-page web design</li> | |
<li>3 hours of training</li> | |
<li>Email template</li> | |
</ul> | |
<a href="#" class="button primary">Get Started</a> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment