From b4acccbde9d80f34e539ed2c6f70cffd97789682 Mon Sep 17 00:00:00 2001 From: Buntu Redempter Date: Tue, 28 Dec 2021 19:05:28 -0800 Subject: [PATCH] Added "be" in the first paragraph (#44610) Added "be" in the first paragraph of the description. --- .../learn-basic-css-by-building-a-cafe-menu/step-015.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/step-015.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/step-015.md index bd1fa88737..fa4b446e03 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/step-015.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/step-015.md @@ -7,7 +7,7 @@ dashedName: step-15 # --description-- -You have styled three elements by writing CSS inside the `style` tags. This works, but since there will many more styles, it's best to put all the styles in a separate file and link to it. +You have styled three elements by writing CSS inside the `style` tags. This works, but since there will be many more styles, it's best to put all the styles in a separate file and link to it. We have created a separate `styles.css` file for you and switched the editor view to that file. You can change between files with the tabs at the top of the editor.