We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a31946 + 65cd111 commit b75b1d2Copy full SHA for b75b1d2
exercises/03 - CSS Variables/README.md
@@ -33,7 +33,7 @@ The purpose of this exercise is to gain experience using _CSS3 variables_. These
33
:root {
34
--base: #ffc600;
35
--blur: 10px;
36
- --spacing: 10px;
+ --padding: 10px;
37
}
38
```
39
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
65
they require a suffix. We can use this to attach the correct suffix to the
66
value if necessary.
67
68
-Wooooooo! Finished yaaaaay!
+Wooooooo! Finished yaaaaay!
0 commit comments