From 6b39dfc891680012d24705a0adfbfc104bb0de75 Mon Sep 17 00:00:00 2001 From: The Coding Aviator <34807532+thecodingaviator@users.noreply.github.com> Date: Sun, 14 Oct 2018 21:51:42 +0530 Subject: [PATCH] Added solution to Use Responsive Design with Bootstrap Fluid Containers (#18412) * Added solution to Use Responsive Design with Bootstrap Fluid Containers * Update index.md --- .../index.md | 22 ++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) 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 +