fix(curriculum): fix typo in building a city skylines step 15 (#47583)

This commit is contained in:
Divyansh Singh
2022-09-21 21:48:27 +05:30
committed by GitHub
parent 593a32a890
commit aca7ca128c

View File

@@ -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--