From 95347d9c9584831ffabae89b3b77dcb7e30177b1 Mon Sep 17 00:00:00 2001 From: robjloranger Date: Thu, 28 Jan 2016 09:26:48 -0800 Subject: [PATCH] this fixes false positives and clears up instructions trying out similar test to change the font family of an element tried to better clarify instructions --- .../html5-and-css.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/seed/challenges/01-front-end-development-certification/html5-and-css.json b/seed/challenges/01-front-end-development-certification/html5-and-css.json index 32756426c8..4260c5aca5 100644 --- a/seed/challenges/01-front-end-development-certification/html5-and-css.json +++ b/seed/challenges/01-front-end-development-certification/html5-and-css.json @@ -476,8 +476,8 @@ "Font size is controlled by the font-size CSS property, like this:", "
h1 {
  font-size: 30px;
}
", "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.", - "Inside the same <style> tag that we created for your red-text class, set the font-size of all p elements to 16 pixels (16px).", - "Note
Due to browser implementation differences, you may need to be at 100% zoom to pass the tests on this challenge." + "Inside the same <style> tag that contains your red-text class, create an entry for p elements and set the font-size to 16 pixels (16px).", + "Note
Due to browser implementation differences, you may need to be at 100% zoom to pass the tests on this challenge.
Also, please do not add any extra classes to your new element." ], "challengeSeed": [ "