From d88ef0646f6da2cfe84d020a77a9838b7ad660a9 Mon Sep 17 00:00:00 2001 From: Manish Giri Date: Mon, 24 Apr 2017 12:20:57 -0400 Subject: [PATCH] Update adjust-height and delete visual-balance-with-height (#14406) --- .../applied-visual-design.json | 63 +------------------ 1 file changed, 2 insertions(+), 61 deletions(-) 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": [],