mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-08 03:04:00 -05:00
fix(learn): add example in building a set of colored markers (#46312)
This commit is contained in:
@@ -13,6 +13,12 @@ These days, there are two main color models: the <dfn>additive</dfn> RGB (red, g
|
||||
|
||||
First, add the `class` `one` to the first marker `div` element.
|
||||
|
||||
```html
|
||||
<div class="exampleClass1 exampleClass2">
|
||||
...content
|
||||
</div>
|
||||
```
|
||||
|
||||
# --hints--
|
||||
|
||||
You should add the class `one` to the first marker `div` element.
|
||||
|
||||
Reference in New Issue
Block a user