From 15bb696cb091a5cd0638daedf8978f922c6e3f8d Mon Sep 17 00:00:00 2001 From: Deborah Digges Date: Sun, 14 Aug 2016 18:16:45 +0530 Subject: [PATCH] Make wording for padding a little clearer --- .../01-front-end-development-certification/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 39c638458a..20cf78336a 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 @@ -3515,7 +3515,7 @@ "Now let's put our Cat Photo App away for a little while and learn more about styling HTML.", "You may have already noticed this, but all HTML elements are essentially little rectangles.", "Three important properties control the space that surrounds each HTML element: padding, margin, and border.", - "An element's padding controls the amount of space between the element and its border.", + "An element's padding controls the amount of space between the element's content and its border.", "Here, we can see that the green box and the red box are nested within the yellow box. Note that the red box has more padding than the green box.", "When you increase the green box's padding, it will increase the distance between the text padding and the border around it.", "Change the padding of your green box to match that of your red box."