From c14ea6f275b7151c786b21dc6da3f019d51c0426 Mon Sep 17 00:00:00 2001 From: a2937 Date: Thu, 22 Jun 2023 18:04:06 -0400 Subject: [PATCH] fix(curriculum): rephrase step 36 so a css question gets added (#50784) --- .../6145f02240ff8f09f7ec913c.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/6145f02240ff8f09f7ec913c.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/6145f02240ff8f09f7ec913c.md index f6a8618a902..9320e81962a 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/6145f02240ff8f09f7ec913c.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/6145f02240ff8f09f7ec913c.md @@ -7,7 +7,7 @@ dashedName: step-36 # --description-- -Within the `div.question-block` elements, nest one `label` element, and give the `label` elements text content +Within the `div.question-block` elements, nest one `label` element, and add a `CSS` related question to the `label` text. # --hints--