Menu
×
×
Correct!
Exercise:Add a Bootstrap class to the <div> element to create a full width container, spanning the entire width of the screen:
<div class="container-fluid">
<p>Hello World!</p>
</div>
Not CorrectClick here to try again. Correct!Next ❯<div class=""> <p>Hello World!</p> </div> |