From 2d7b01aac9ae1de0f63e90e6fe2b0f8e7a137ca9 Mon Sep 17 00:00:00 2001 From: Morris Kurz Date: Mon, 30 May 2022 17:58:26 +0200 Subject: [PATCH] fix(curriculum): make instructions for cafe css step 24 specificer (#46076) * Name the existing div element in the exercise. * Make wording of hint more concise. Co-authored-by: Jeremy L Thompson * Improve wording of description. Co-authored-by: Jeremy L Thompson * Revert hint change to give a stronger hint Co-authored-by: Tom <20648924+moT01@users.noreply.github.com> Co-authored-by: Jeremy L Thompson Co-authored-by: Tom <20648924+moT01@users.noreply.github.com> --- .../5f356ed63e0fa262326eef05.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/5f356ed63e0fa262326eef05.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/5f356ed63e0fa262326eef05.md index a7a1d36b1ec..2cd2599bcca 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/5f356ed63e0fa262326eef05.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/5f356ed63e0fa262326eef05.md @@ -7,7 +7,7 @@ dashedName: step-24 # --description-- -Now make the background color of the `div` element to be `burlywood`. +Now use the existing `div` selector to set the background color of the `div` element to be `burlywood`. # --hints--