Skip to content

Instantly share code, notes, and snippets.

@andreaseriksson
Created May 18, 2013 12:01
Show Gist options
  • Save andreaseriksson/5604189 to your computer and use it in GitHub Desktop.
Save andreaseriksson/5604189 to your computer and use it in GitHub Desktop.
BOOTSTRAP Button-group
<div class="btn-group">
<button class="btn">Left</button>
<button class="btn">Middle</button>
<button class="btn">Right</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment