From 2645fae9398a6d45bd10956b4a20245d4d54d340 Mon Sep 17 00:00:00 2001 From: Steven Walker Date: Sat, 31 Oct 2020 18:53:30 +0000 Subject: [PATCH] fix(learn): updated instructions to be explicit (#40131) --- .../set-the-font-size-for-multiple-heading-elements.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/set-the-font-size-for-multiple-heading-elements.md b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/set-the-font-size-for-multiple-heading-elements.md index f7cdb54cfd..db65762b31 100644 --- a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/set-the-font-size-for-multiple-heading-elements.md +++ b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/set-the-font-size-for-multiple-heading-elements.md @@ -13,7 +13,15 @@ The font-size property is used to specify how large the text is in ## Instructions
- +

In the style tags, set the font-size of the:

+
## Tests