From 0afb7cd8005cb5a2700aa3fe02b0e2223c273130 Mon Sep 17 00:00:00 2001 From: lucielchoi707 <44453374+lucielchoi707@users.noreply.github.com> Date: Sun, 17 Mar 2019 04:10:33 +0800 Subject: [PATCH] add solution (#28407) --- .../basic-css/size-your-images.chinese.md | 52 ++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/curriculum/challenges/chinese/01-responsive-web-design/basic-css/size-your-images.chinese.md b/curriculum/challenges/chinese/01-responsive-web-design/basic-css/size-your-images.chinese.md index 4eeeaae2d8..c1a63c83af 100644 --- a/curriculum/challenges/chinese/01-responsive-web-design/basic-css/size-your-images.chinese.md +++ b/curriculum/challenges/chinese/01-responsive-web-design/basic-css/size-your-images.chinese.md @@ -92,6 +92,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. +
+
+ +
+ +
+ + +
+ + +
+
```