From 786cda262767cec8cfab0a551fe8a8c1853989da Mon Sep 17 00:00:00 2001 From: Lxsthorne <40742267+Lxsthorne@users.noreply.github.com> Date: Mon, 3 Dec 2018 18:10:41 -0500 Subject: [PATCH] Add challenge solution Added a solution. Please let me know if this is submitted incorrectly or in the wrong location. - [X] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md). - [X] My pull request has a descriptive title (not a vague title like `Update index.md`) - [X] My pull request targets the `master` branch of freeCodeCamp. - [X] None of my changes are plagiarized from another source without proper attribution. - [X] My article does not contain shortened URLs or affiliate links. If your pull request closes a GitHub issue, replace the XXXXX below with the issue number. Closes #XXXXX --- ...dd-borders-around-your-elements.english.md | 63 +++++++++++++++++-- 1 file changed, 59 insertions(+), 4 deletions(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-css/add-borders-around-your-elements.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-css/add-borders-around-your-elements.english.md index 7b3e5b360c..e67875b98d 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-css/add-borders-around-your-elements.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-css/add-borders-around-your-elements.english.md @@ -101,14 +101,69 @@ 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. +
+
+ +
+ +
+ + +
+ + +
+
``` +