From 09a41ccd38e76fc2d3cd2bf7a36cc74dd0d4e2f0 Mon Sep 17 00:00:00 2001 From: Jim Kernicky Date: Mon, 10 Jan 2022 07:35:59 -0500 Subject: [PATCH] fix(curriculum): typos in building-a-piano (#44729) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(curriculum): typos in BETA Piano Build section * Added back the id and class characters Co-authored-by: “Jim” <“jimkernicky@gmail.com”> --- .../learn-responsive-web-design-by-building-a-piano/step-013.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-responsive-web-design-by-building-a-piano/step-013.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-responsive-web-design-by-building-a-piano/step-013.md index af6c06e473..78d1457d35 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-responsive-web-design-by-building-a-piano/step-013.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-responsive-web-design-by-building-a-piano/step-013.md @@ -7,7 +7,7 @@ dashedName: step-13 # --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--