Skip to content

Instantly share code, notes, and snippets.

@kresnasatya
Created January 9, 2018 14:22
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 kresnasatya/d312c72d870c570043aac6821adfc5fc to your computer and use it in GitHub Desktop.
Save kresnasatya/d312c72d870c570043aac6821adfc5fc to your computer and use it in GitHub Desktop.
Button bootstrap
<button type="button" class="btn btn-primary">Primary</button>
<button type="button" class="btn btn-secondary">Secondary</button>
<button type="button" class="btn btn-success">Success</button>
<button type="button" class="btn btn-danger">Danger</button>
<button type="button" class="btn btn-warning">Warning</button>
<button type="button" class="btn btn-info">Info</button>
<button type="button" class="btn btn-light">Light</button>
<button type="button" class="btn btn-dark">Dark</button>
<button type="button" class="btn btn-link">Link</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment