Skip to content

Commit b75b1d2

Browse files
authored
Merge pull request #1 from dbyars/patch-1
Update README.md
2 parents 3a31946 + 65cd111 commit b75b1d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/03 - CSS Variables/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The purpose of this exercise is to gain experience using _CSS3 variables_. These
3333
:root {
3434
--base: #ffc600;
3535
--blur: 10px;
36-
--spacing: 10px;
36+
--padding: 10px;
3737
}
3838
```
3939
2. Declare a new style for the `img` element and set the `background`, `filter`, and
@@ -65,4 +65,4 @@ The purpose of this exercise is to gain experience using _CSS3 variables_. These
6565
they require a suffix. We can use this to attach the correct suffix to the
6666
value if necessary.
6767

68-
Wooooooo! Finished yaaaaay!
68+
Wooooooo! Finished yaaaaay!

0 commit comments

Comments
 (0)