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 <jeremy@jeremylt.org>

* Improve wording of description.

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

* Revert hint change to give a stronger hint

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
This commit is contained in:
Morris Kurz
2022-05-30 17:58:26 +02:00
committed by GitHub
parent 140f8e3450
commit 2d7b01aac9

View File

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