Skip to content

Commit 65cd111

Browse files
authored
Update README.md
Changed variable called "spacing" to "padding" in the variable declaration section as the variable "padding" is what's actually used throughout the exercise.
1 parent 3a31946 commit 65cd111

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)