From 2f9d7a7492a691fbcbf78579cd6061070413a1c8 Mon Sep 17 00:00:00 2001 From: Luane Date: Fri, 15 Feb 2019 14:39:36 -0300 Subject: [PATCH] Added solution to challenge (#34838) Solution for challenge "Bootstrap: Use the Bootstrap Grid to Put Elements Side By Side". --- ...id-to-put-elements-side-by-side.english.md | 72 ++++++++++++++++++- 1 file changed, 70 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/03-front-end-libraries/bootstrap/use-the-bootstrap-grid-to-put-elements-side-by-side.english.md b/curriculum/challenges/english/03-front-end-libraries/bootstrap/use-the-bootstrap-grid-to-put-elements-side-by-side.english.md index 2acd292cf0..1aae6e3d74 100644 --- a/curriculum/challenges/english/03-front-end-libraries/bootstrap/use-the-bootstrap-grid-to-put-elements-side-by-side.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/bootstrap/use-the-bootstrap-grid-to-put-elements-side-by-side.english.md @@ -114,7 +114,75 @@ 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:

+
    +
  • cat nip
  • +
  • laser pointers
  • +
  • lasagna
  • +
+

Top 3 things cats hate:

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