From 2fea28aca8f6a189e2c2e13ae4e06e146bed27d2 Mon Sep 17 00:00:00 2001 From: lucielchoi707 <44453374+lucielchoi707@users.noreply.github.com> Date: Fri, 25 Jan 2019 04:57:09 +0800 Subject: [PATCH] add solution (#28406) LGTM! --- .../basic-css/size-your-images.english.md | 52 ++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-css/size-your-images.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-css/size-your-images.english.md index 565f19bb30..ff3324373c 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-css/size-your-images.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-css/size-your-images.english.md @@ -97,6 +97,56 @@ tests:
```js -// solution required + + + +

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