From 6e9910be30e41a33dd618309924adb2d44401bd3 Mon Sep 17 00:00:00 2001 From: a2937 Date: Thu, 18 Jan 2024 18:43:16 -0500 Subject: [PATCH] fix(curriculum) : clarify instructions for cafe menu step 58 (#53133) --- .../5f3ef6e056bdde6ae6892ba2.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/5f3ef6e056bdde6ae6892ba2.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/5f3ef6e056bdde6ae6892ba2.md index 8bdf01874e1..9e18069b273 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/5f3ef6e056bdde6ae6892ba2.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/5f3ef6e056bdde6ae6892ba2.md @@ -9,7 +9,7 @@ dashedName: step-58 It is a bit boring for all the text to have the same `font-family`. You can still have the majority of the text `sans-serif` and make just the `h1` and `h2` elements different using a different selector. -Style both the `h1` and the `h2` elements so that only these elements' text use `Impact` font. +Style both the `h1` and the `h2` elements using a single selector so that these elements' text use `Impact` font. # --hints--