Skip to content

Instantly share code, notes, and snippets.

@muditlambda
Created November 18, 2019 15:18
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 muditlambda/22594e31baa8d1b3b588481b20fb55bd to your computer and use it in GitHub Desktop.
Save muditlambda/22594e31baa8d1b3b588481b20fb55bd to your computer and use it in GitHub Desktop.
<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