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 + + + +
+

CatPhotoApp

+ + A cute orange cat lying on its back. + + Three kittens running towards the camera. +
+
+ +
+
+ +
+
+ +
+
+

Things cats love:

+ +

Top 3 things cats hate:

+
    +
  1. flea treatment
  2. +
  3. thunder
  4. +
  5. other cats
  6. +
+
+ + + + + + + +
+
+```