Bootstrap - House our page within a Bootstrap container-fluid div

Hey, I want to know what this challenge is trying to explain I did the requirements very quickly and I passed it and I tested the output on the screen by shrinking it before and after adding the solution but nothing changed I want to understand what was the purpose of solving this challenge cause I feel like I missed out on something

<div class="container-fluid"><h3 class="text-primary text-center">jQuery Playground</h3></div>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36

Challenge: Bootstrap - House our page within a Bootstrap container-fluid div

Link to the challenge:

Hi,

you didn’t, the new class won’t do much with the single h3, but will have an impact on how the rest of the content will be displayed.

I believe the purpose is to make sure the element is taking up 100% width of the viewport on all devices.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.