fix(learn): add example in building a set of colored markers (#46312)

This commit is contained in:
Prathamesh Gawas
2022-06-03 21:34:04 +05:30
committed by GitHub
parent 345268019c
commit 3dd23c259c

View File

@@ -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.