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 <shauhami020@gmail.com>
This commit is contained in:
committed by
GitHub
parent
a9fe8a7e8d
commit
7b5e6bb129
@@ -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 <dfn>color keyword</dfn> like `black`, `cyan`, or `yellow`.
|
It's time to add some color to the page. Remember that one way to add color to an element is to use a <dfn>color keyword</dfn> 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
|
```css
|
||||||
.freecodecamp {
|
.freecodecamp {
|
||||||
|
Reference in New Issue
Block a user