Menu
×
×
Correct!
Exercise:Size all the buttons in the group with the correct class to make them "large".
<div class="btn-group btn-group-lg">
<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> |