Menu
×
×
Correct!
Exercise:Add a Bootstrap class to set the size of the buttons in the following order: large, medium, small, and extra small.
<button class="btn btn-primary @(6)">Button</button>
<button class="btn btn-primary @(6)">Button</button>
<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-md">Button</button>
<button class="btn btn-primary btn-sm">Button</button>
<button class="btn btn-primary btn-xs">Button</button>
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 54 exercises.
Are you sure you want to continue?