From 38c04064257e8059fda87a2b5699bd73fe76d0b9 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Fri, 24 Jun 2022 17:14:52 +0200 Subject: [PATCH] typo(curriculum): adding code block around height (#46648) --- .../619d03dadadb6509a16f4f5f.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-transforms-by-building-a-penguin/619d03dadadb6509a16f4f5f.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-transforms-by-building-a-penguin/619d03dadadb6509a16f4f5f.md index c7882fdb0a2..02ceb41af66 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-transforms-by-building-a-penguin/619d03dadadb6509a16f4f5f.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-transforms-by-building-a-penguin/619d03dadadb6509a16f4f5f.md @@ -7,7 +7,7 @@ dashedName: step-52 # --description-- -Target the `.chin` element, and give it a `width` of `90%`, height of `70%`, and `background-color` of `white`. +Target the `.chin` element, and give it a `width` of `90%`, `height` of `70%`, and `background-color` of `white`. # --hints--