diff --git a/seed/challenges/01-responsive-web-design/applied-visual-design.json b/seed/challenges/01-responsive-web-design/applied-visual-design.json index 80b63b2a70..93c7399b7f 100644 --- a/seed/challenges/01-responsive-web-design/applied-visual-design.json +++ b/seed/challenges/01-responsive-web-design/applied-visual-design.json @@ -141,7 +141,7 @@ "You can specify the height of an element using the height property in CSS, similar to the width property. Here's an example that changes the height of an image to 20px:", "
img {
height: 20px;
}
", "
", - "Add a height property to the h4 tag and set it to 40px." + "Add a height property to the h4 tag and set it to 25px." ], "challengeSeed": [ "", - "
", - "
", - "
", - "

Google

", - "

Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.

", - "
", - "
", - " Larry Page

", - " Sergey Brin", - "
", - "
", - "
" - ], - "tests": [ - "assert($('h4').css('height') == '25px', 'message: Your code should change the h4 height value to 25 pixels.');" + "assert($('h4').css('height') == '25px', 'message: Your code should change the h4 height property to a value of 25 pixels.');" ], "solutions": [], "hints": [],