fix(curriculum): typos in building-a-piano (#44729)

* fix(curriculum): typos in BETA  Piano Build section

* Added back the id and class characters

Co-authored-by: “Jim” <“jimkernicky@gmail.com”>
This commit is contained in:
Jim Kernicky
2022-01-10 07:35:59 -05:00
committed by GitHub
parent 4e59659a00
commit 09a41ccd38

View File

@ -7,7 +7,7 @@ dashedName: step-13
# --description-- # --description--
Time to style the keys. Below the `#piano` rule, target the `.keys` with a `class` selector. Give the new rule a `background-color` property of `#040404`, a `width` property of `949px` and a `height` property of `180px`. Time to style the keys. Below the `#piano` rule, target the `.keys` element with a `class` selector. Give the new rule a `background-color` property of `#040404`, a `width` property of `949px` and a `height` property of `180px`.
# --hints-- # --hints--