×
×
Correct!
Add a Bootstrap class to group the buttons together.
<div class="@(9)">
<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">
<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! |
This will reset the score of ALL 50 exercises.
Are you sure you want to continue?