From c078702da431bbeae18aaa238978a0561efbbdbf Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 26 May 2015 11:25:11 -0700 Subject: [PATCH] fixes #492 --- seed_data/challenges/basic-html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json index b30a32ef29..e765c68ead 100644 --- a/seed_data/challenges/basic-html5-and-css.json +++ b/seed_data/challenges/basic-html5-and-css.json @@ -295,7 +295,7 @@ "name": "Waypoint: Change the Font Size of an Element", "difficulty": 0.021, "description": [ - "Create a second p element. Then set the font size of all p elements to 16 pixels.", + "Create a second p element. 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; }.", "First, create a second paragraph 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.", "See if you can figure out how to give both of your paragraph 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."