Menu
×
×
Correct!
Exercise:Justify the button group: make them span the entire width.
<div class="btn-group @(19)">
<button class="btn btn-primary">Apple</button>
<button class="btn btn-primary">Samsung</button>
<button class="btn btn-primary">Sony</button>
</div>
<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 ❯ |
This will reset the score of ALL 54 exercises.
Are you sure you want to continue?