From 6128976cc55eb6918714fed1e2457e366922c2f1 Mon Sep 17 00:00:00 2001 From: Nelson Wu <32489280+nwu4273@users.noreply.github.com> Date: Sun, 17 Feb 2019 11:41:48 -0500 Subject: [PATCH] Added a solution to fix stub (#34813) I am brand new to FCC and contributing on Github. I read the guide from FCC on best contributing practices, but this is all still very overwhelming to me. If I did something incorrectly in my first attempt at a pull request, please let me know. --- .../prioritize-one-style-over-another.english.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-css/prioritize-one-style-over-another.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-css/prioritize-one-style-over-another.english.md index 9044a22d67..2e8e1cb861 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-css/prioritize-one-style-over-another.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-css/prioritize-one-style-over-another.english.md @@ -60,6 +60,17 @@ tests:
```js -// solution required + +

Hello World!

+ ```