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 0d06503da32..5baa909e726 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 @@ -477,7 +477,8 @@ "
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 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." + "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 a class attribute to your new p element." ], "challengeSeed": [ "