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 {