foundation-sites-5
Version:
**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**
14 lines (13 loc) • 568 B
HTML
<div class="row">
<div class="small-6 large-6 columns">
<a href="#" class="tiny button">.tiny.button</a><br>
<a href="#" class="small button">.small.button</a><br>
<a href="#" class="button">.button</a><br>
<a href="#" class="button expand">.expand</a><br>
</div>
<div class="small-6 large-6 columns">
<a href="#" class="tiny button secondary">.tiny.secondary</a><br>
<a href="#" class="small button success radius">.small.success.radius</a><br>
<a href="#" class="button alert round disabled">.round.disabled</a><br>
</div>
</div>