From 63c5a9432111f0114811ade2b0030862639fe102 Mon Sep 17 00:00:00 2001 From: gokulsg <34234110+gokulsg@users.noreply.github.com> Date: Fri, 15 Feb 2019 23:18:30 +0530 Subject: [PATCH] Expected solution for the challenge seed code (#32532) * Expected solution for the challenge seed code I have updated the expected output for the challenge seed code. * Update change-the-color-of-text.english.md * fix: corrected solution section syntax --- .../change-the-color-of-text.english.md | 35 +++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-css/change-the-color-of-text.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-css/change-the-color-of-text.english.md index d756c1d660..e13e494890 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-css/change-the-color-of-text.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-css/change-the-color-of-text.english.md @@ -82,7 +82,38 @@ tests: ## Solution
-```js -// solution required +```html +

CatPhotoApp

+
+

Click here to view more cat photos.

+ + A cute orange cat lying on its back. + +
+

Things cats love:

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

Top 3 things cats hate:

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