From f5116c9c13fca62b20f082c73e4fd50f8d86202a Mon Sep 17 00:00:00 2001 From: The Coding Aviator <34807532+thecodingaviator@users.noreply.github.com> Date: Sun, 14 Oct 2018 21:51:19 +0530 Subject: [PATCH] Added solution to Ditch Custom CSS for Bootstrap (#18414) * Added solution to Ditch Custom CSS for Bootstrap Added solution to Ditch Custom CSS for Bootstrap * Update index.md --- .../ditch-custom-css-for-bootstrap/index.md | 67 ++++++++++++++++++- 1 file changed, 64 insertions(+), 3 deletions(-) diff --git a/client/src/pages/guide/english/certifications/front-end-libraries/bootstrap/ditch-custom-css-for-bootstrap/index.md b/client/src/pages/guide/english/certifications/front-end-libraries/bootstrap/ditch-custom-css-for-bootstrap/index.md index ce4eb49b2e..3e4b48ee54 100644 --- a/client/src/pages/guide/english/certifications/front-end-libraries/bootstrap/ditch-custom-css-for-bootstrap/index.md +++ b/client/src/pages/guide/english/certifications/front-end-libraries/bootstrap/ditch-custom-css-for-bootstrap/index.md @@ -3,8 +3,69 @@ title: Ditch Custom CSS for Bootstrap --- ## Ditch Custom CSS for Bootstrap -This is a stub. Help our community expand it. +The challenge has you doing a lot of things, remove CSS styles, elements and add classes in place of old ones. -This quick style guide will help ensure your pull request gets accepted. +### Hint - +Check if you have completed all of the required tasks for the challenge. + +### Solution + +Change all the code in your document to: + +```html + + + +
+```