From 7b5e6bb12964a08e312dc38f1e2d1ad893be3fa1 Mon Sep 17 00:00:00 2001 From: Kristofer Koishigawa Date: Mon, 20 Dec 2021 16:25:59 +0900 Subject: [PATCH] Update curriculum/challenges/english/01-responsive-web-design/learn-css-colors-by-building-a-color-markers-set/step-011.md Co-authored-by: Shaun Hamilton --- .../step-011.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/learn-css-colors-by-building-a-color-markers-set/step-011.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-colors-by-building-a-color-markers-set/step-011.md index dcb98492c8..b4e5739e60 100644 --- a/curriculum/challenges/english/01-responsive-web-design/learn-css-colors-by-building-a-color-markers-set/step-011.md +++ b/curriculum/challenges/english/01-responsive-web-design/learn-css-colors-by-building-a-color-markers-set/step-011.md @@ -9,7 +9,7 @@ dashedName: step-11 It's time to add some color to the page. Remember that one way to add color to an element is to use a color keyword like `black`, `cyan`, or `yellow`. -Use a class selector to target the class `marker` and apply a background color to it. As a reminder, here's how to target the class `freecodecamp`: +As a reminder, here's how to target the class `freecodecamp`: ```css .freecodecamp {