Skip to content

Instantly share code, notes, and snippets.

@JakeBeresford
Last active August 29, 2015 14:27
Show Gist options
  • Save JakeBeresford/941c0c0ab1853ec78452 to your computer and use it in GitHub Desktop.
Save JakeBeresford/941c0c0ab1853ec78452 to your computer and use it in GitHub Desktop.
<!--
Buttons:
Primary Button
Alt Button
Text Button
Button Sizes:
Small
Medium (Default)
Large
Wide (100% width of container)
Button Positions:
Left
Right
Center
-->
<a class="button">Button</a>
<a class="button button--alt">Alt Button</a>
<a class="button button--small">Small Button</a>
<a class="button button--large">Large Button</a>
<a class="button button--wide">Wide Button</a>
<a class="button button--left clearfix">Left Button</a>
<a class="button button--right clearfix">Right Button</a>
<a class="button button--center">Centered Button</a>
<a class="button button--text">Text Button</a>
<a class="button button--text button--small">Small Text Button</a>
<a class="button button--text button--large">Large Text Button</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment