Update curriculum/challenges/english/01-responsive-web-design/learn-css-colors-by-building-a-color-markers-set/step-014.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0c49defd3f
commit
b52b5b4a1a
@@ -16,7 +16,7 @@ In the `container` `div`, add two more `div` elements and give them each a class
|
||||
Your first new `div` element should have an opening tag.
|
||||
|
||||
```js
|
||||
assert([...code.matchAll(/<div.*>/gi)][2]);
|
||||
assert([...code.matchAll(/<div.*?>/gi)][2]);
|
||||
```
|
||||
|
||||
Your first new `div` element should have a closing tag.
|
||||
|
Reference in New Issue
Block a user