diff --git a/client/src/pages/guide/english/certifications/front-end-libraries/bootstrap/use-responsive-design-with-bootstrap-fluid-containers/index.md b/client/src/pages/guide/english/certifications/front-end-libraries/bootstrap/use-responsive-design-with-bootstrap-fluid-containers/index.md index e1e2a34fe1..577f5df3e9 100644 --- a/client/src/pages/guide/english/certifications/front-end-libraries/bootstrap/use-responsive-design-with-bootstrap-fluid-containers/index.md +++ b/client/src/pages/guide/english/certifications/front-end-libraries/bootstrap/use-responsive-design-with-bootstrap-fluid-containers/index.md @@ -3,8 +3,24 @@ title: Use Responsive Design with Bootstrap Fluid Containers --- ## Use Responsive Design with Bootstrap Fluid Containers -This is a stub. Help our community expand it. +Welcome to the Bootstrap challenges, the followingchallenge has you making the existing content children or sub-child of a new div which would be a bootstrap container -This quick style guide will help ensure your pull request gets accepted. +### Hint 1 - +Wrap all HTML code into a single ```
```. + +### Hint 2 + +Use the class of ``` container-fluid ``` + +### Solution + +Since you have to add all the HTML in the newly created div, the following is the solution: + +```html +