Menu
×
×
Correct!
Exercise:Add a Bootstrap class to set the size of the first button to "large" and the last button to "small".
<button class="btn btn-primary @(6)">Button</button>
<button class="btn btn-primary @(6)">Button</button>
<button class="btn btn-primary btn-lg">Button</button>
<button class="btn btn-primary btn-sm">Button</button>
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 50 exercises.
Are you sure you want to continue?