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 3670e9b3e6c..0c74ff27723 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
@@ -4466,7 +4466,7 @@
"Leave the blue-text and pink-text classes on your h1 element.",
"Create a CSS declaration for your orange-text id in your style element. Here's an example of what this looks like:",
"
#brown-text {", - "Note: It doesn't matter whether you declare this css above or below pink-text class, since id attribute will always take precedence." + "Note: It doesn't matter whether you declare this CSS above or below pink-text class, since id attribute will always take precedence." ], "challengeSeed": [ "
color: brown;
}