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

pull/46335/head
Prathamesh Gawas 2022-06-03 21:34:04 +05:30 committed by GitHub
parent 345268019c
commit 3dd23c259c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

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.