From fa454cfdd4c8cf69b44e5a609e5b7f2bfc9c1967 Mon Sep 17 00:00:00 2001 From: Isabell Long Date: Sat, 15 Aug 2015 19:53:04 +0100 Subject: [PATCH] Close a tag so that only actual code is marked - Fixes #1767, hopefully. --- seed/challenges/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index d3a44025d5e..36744e2f9c9 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/challenges/html5-and-css.json @@ -538,7 +538,7 @@ "title": "Change the Font Size of an Element", "difficulty": 1.13, "description": [ - "Create a second p element with the following kitty ipsum text: Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.", + "Create a second p element with the following kitty ipsum text: Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.", "Then, inside your <style> element, set the font-size of all p elements to 16 pixels.", "Font size is controlled by the font-size CSS attribute, like this: h1 { font-size: 30px; }.", "See if you can figure out how to give both of your p elements the font-size of 16 pixels (16px). You can do this inside the same <style> tag that we created for your red-text class."