diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json
index 29bb0cae22..f67197acf5 100644
--- a/challenges/html5-and-css.json
+++ b/challenges/html5-and-css.json
@@ -2842,10 +2842,10 @@
"Give the green box a padding
of 40px
on its top and left side, but only 20px
on its bottom and right side."
],
"tests": [
- "assert($(\".green-box\").css(\"padding-top\") === \"40px\", 'Your green-box
class should give the top of elements 40px
of padding
.')",
- "assert($(\".green-box\").css(\"padding-left\") === \"40px\", 'Your green-box
class should give the left of elements 40px
of padding
.')",
- "assert($(\".green-box\").css(\"padding-right\") === \"20px\", 'Your green-box
class should give the right of elements 20px
of padding
.')",
- "assert($(\".green-box\").css(\"padding-bottom\") === \"20px\", 'Your green-box
class should give the bottom of elements 20px
of padding
.')"
+ "assert($(\".green-box\").css(\"padding-top\") === \"40px\", 'Your green-box
class should give the top of the elements 40px
of padding
.')",
+ "assert($(\".green-box\").css(\"padding-left\") === \"40px\", 'Your green-box
class should give the left of the elements 40px
of padding
.')",
+ "assert($(\".green-box\").css(\"padding-right\") === \"20px\", 'Your green-box
class should give the right of the elements 20px
of padding
.')",
+ "assert($(\".green-box\").css(\"padding-bottom\") === \"20px\", 'Your green-box
class should give the bottom of the elements 20px
of padding
.')"
],
"challengeSeed": [
"