fix(curriculum) : clarify instructions for cafe menu step 58 (#53133)

This commit is contained in:
a2937 2024-01-18 18:43:16 -05:00 committed by GitHub
parent 6d9a5c334d
commit 6e9910be30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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