diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json index 5ba079231a..95c185354e 100644 --- a/challenges/html5-and-css.json +++ b/challenges/html5-and-css.json @@ -3053,7 +3053,7 @@ "Let's try this again, but with margin this time.", "Instead of specifying an element's margin-top, margin-right, margin-bottom, and margin-left properties, you can specify them all in one line, like this: margin: 10px 20px 10px 20px;.", "These four values work like a clock: top, right, bottom, left, and will produce the exact same result as using the side-specific margin instructions.", - "Use Clockwise Notation to give an element a margin of 40px on its top and left side, but only 20px on its bottom and right side." + "Use Clockwise Notation to give the element with the green-box class a margin of 40px on its top and left side, but only 20px on its bottom and right side." ], "tests": [ "assert($(\".green-box\").css(\"margin-top\") === \"40px\", 'Your green-box class should give the top of elements 40px of margin.')",