diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json
index 6d75e39b75..8f5f48cbec 100644
--- a/seed/challenges/html5-and-css.json
+++ b/seed/challenges/html5-and-css.json
@@ -551,7 +551,8 @@
"assert($(\"p\").length > 1, 'You need 2 p
elements with Kitty Ipsum text.')",
"assert(editor.match(/<\\/p>/g) && editor.match(/<\\/p>/g).length === editor.match(/
p elements has a closing tag.')",
"assert.isTrue((/Purr\\s+jump\\s+eat/gi).test($(\"p\").text()), 'Your p
element should contain the first few words of the provided additional kitty ipsum text
.')",
- "assert($(\"p\").css(\"font-size\") === \"16px\", 'Give your p
elements the font-size
of 16px.')"
+ "assert($(\"p.red-text\").length === 2, 'Give each of your p
elements the red-text
class.')",
+ "assert($(\"p\").css(\"font-size\") === \"16px\", 'Give elements with the red-text
class a font-size
of 16px.')"
],
"challengeSeed": [
"