Skip to content

Instantly share code, notes, and snippets.

@ayezee33
Last active November 9, 2015 03:05
Show Gist options
  • Save ayezee33/f85115262adb1c70d3ee to your computer and use it in GitHub Desktop.
Save ayezee33/f85115262adb1c70d3ee to your computer and use it in GitHub Desktop.
Button Code Example
<a class="button" href="#">Anchor button</a>
<button>Button element</button>
<input type="submit" value="submit input">
<input type="button" value="button input">
<a class="button button-primary" href="#">Anchor button</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment