mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-05 09:01:18 -04:00
fix(curriculum): fix typo in building a city skylines step 15 (#47583)
This commit is contained in:
@@ -9,7 +9,7 @@ dashedName: step-15
|
||||
|
||||
To use a variable, put the variable name in parentheses with `var` in front of them like this: `var(--variable-name)`. Whatever value you gave the variable will be applied to whatever property you use it on.
|
||||
|
||||
Add the variable `--building-color-1` you created in the previous step as the value of the `background-color` property of the `.bb1a` class.
|
||||
Add the variable `--building-color1` you created in the previous step as the value of the `background-color` property of the `.bb1a` class.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user