Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created January 14, 2014 00:13
Show Gist options
  • Select an option

  • Save DeanPoulin/8410581 to your computer and use it in GitHub Desktop.

Select an option

Save DeanPoulin/8410581 to your computer and use it in GitHub Desktop.
Button Groups
<div class="btn-group">
<button type="button" class="btn btn-default">Left</button>
<button type="button" class="btn btn-default">Middle</button>
<button type="button" class="btn btn-default">Right</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment