Lesson 7 of 2035%
(Progress persistence is disabled until Phase 9)
Bootstrap
Beginner
Button Groups
Group a series of buttons together on a single line.
Button Groups
Group a series of buttons together on a single line.
Bootstrap provides powerful, pre-built components and utilities.
Example
<div class="btn-group" role="group" aria-label="Basic example">
<button type="button" class="btn btn-primary">Left</button>
<button type="button" class="btn btn-primary">Middle</button>
<button type="button" class="btn btn-primary">Right</button>
</div>
Experiment with the code above in the Playground!