Skip to content

Instantly share code, notes, and snippets.

@dragthor
Created May 6, 2016 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dragthor/72db43cb4705a6ec0681edaf61d50614 to your computer and use it in GitHub Desktop.
Save dragthor/72db43cb4705a6ec0681edaf61d50614 to your computer and use it in GitHub Desktop.
Zurb 6 Pricing Table Doc Markdown
title sass
Pricing Tables
scss/components/_pricingtable.scss

http://metroize.com/zurb/

Basics

Pricing table.

<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