From 3edb8825ae1f9e38acfd42da731356cb4dba889d Mon Sep 17 00:00:00 2001 From: Heather Kusmierz Date: Sun, 5 Feb 2017 16:24:17 -0500 Subject: [PATCH] Revise intro for Basic CSS section --- seed/challenges/01-responsive-web-design/basic-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/01-responsive-web-design/basic-css.json b/seed/challenges/01-responsive-web-design/basic-css.json index 63072d672e..c2d63f40fd 100644 --- a/seed/challenges/01-responsive-web-design/basic-css.json +++ b/seed/challenges/01-responsive-web-design/basic-css.json @@ -23,7 +23,7 @@ [ "", "", - "CSS can be applied both as inline styles\u2014typed directly within HTML style tags\u2014or external style sheets\u2014typed in a separate file that is referenced from your HTML file. Most developers prefer external style sheets because they keep the styles separate from the HTML elements, therefore improving the readability and reusability of your code.", + "There are three main ways to apply CSS styling. You can apply inline styles directly to HTML elements with the style attribute. Alternatively, you can place CSS rules within style tags in an HTML document. Finally, you can write CSS rules in an external style sheet, then reference that file in the HTML document. Even though the first two options have their use cases, most developers prefer external style sheets because they keep the styles separate from the HTML elements. This improves the readability and reusability of your code.", "" ], [