House our page within a Bootstrap container-fluid div
Now let's make sure all the content on your page is mobile-responsive.
Let's nest your h3
element within a div
element with the class container-fluid
.
Tests
- Waiting: 1. Your
div
element should have the classcontainer-fluid
. - Waiting: 2. Each of your
div
elements should have closing tags. - Waiting: 3. Your
h3
element should be nested inside adiv
element.
/** * Your test output will go here */