Menu
×
×
Correct!
Exercise:Justify the button group: make them span the entire width.
<div class="btn-group btn-group-justified">
<button class="btn btn-primary">Apple</button>
<button class="btn btn-primary">Samsung</button>
<button class="btn btn-primary">Sony</button>
</div>
Not CorrectClick here to try again. Correct!Next ❯<div class="btn-group"> <button class="btn btn-primary">Apple</button> <button class="btn btn-primary">Samsung</button> <button class="btn btn-primary">Sony</button> </div> |