Menu
×
×
Correct!
Exercise:Add a Bootstrap class to let the button span the entire width of the parent element.
<button class="btn btn-primary btn-block">Button</button>
Not CorrectClick here to try again. Correct!Next ❯<button class="btn btn-primary">Button</button> |