Created
May 6, 2016 21:10
-
-
Save dragthor/bab15cbee60c42f682f2a292791f3a66 to your computer and use it in GitHub Desktop.
Zurb 6 Pricing Table
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
| <!-- http://metroize.com/zurb/ --> | |
| <ul class="pricing-table"> | |
| <li class="title">Standard</li> | |
| <li class="price">$99.99</li> | |
| <li class="description">An awesome description</li> | |
| <li class="bullet-item">1 Database</li> | |
| <li class="bullet-item">5GB Storage</li> | |
| <li class="bullet-item">20 Users</li> | |
| <li class="cta-button"><a class="button" href="#">Buy Now</a></li> | |
| </ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment