Update curriculum/challenges/english/01-responsive-web-design/learn-css-colors-by-building-a-color-markers-set/step-007.md

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
This commit is contained in:
Kristofer Koishigawa
2021-12-15 21:57:13 +09:00
committed by GitHub
parent 2b5e0c6b5c
commit c42d44face

View File

@@ -26,6 +26,7 @@ Test 1
```html
<!DOCTYPE html>
<html>
--fcc-editable-region--
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -35,7 +36,6 @@ Test 1
<body>
<h1>CSS Color Markers</h1>
</body>
--fcc-editable-region--
</html>
```