From 85c9fe0a48e8d7d91855675983488ae72b996c96 Mon Sep 17 00:00:00 2001 From: zcarroll4 <38516457+zcarroll4@users.noreply.github.com> Date: Tue, 6 Nov 2018 07:24:48 -0500 Subject: [PATCH] Added Bootstrap Styled Button (#32140) fix(curriculum): added Bootstrap Styled Button solution --- .../create-a-bootstrap-button.english.md | 70 ++++++++++++++++++- 1 file changed, 68 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/03-front-end-libraries/bootstrap/create-a-bootstrap-button.english.md b/curriculum/challenges/english/03-front-end-libraries/bootstrap/create-a-bootstrap-button.english.md index 38dabff854..9e9ad3d7f7 100644 --- a/curriculum/challenges/english/03-front-end-libraries/bootstrap/create-a-bootstrap-button.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/bootstrap/create-a-bootstrap-button.english.md @@ -106,7 +106,73 @@ tests: ## Solution
-```js -// solution required +```html + + + + + + + +
+

CatPhotoApp

+ +

Click here for cat photos.

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