From a4946902a628ca5a3f986e8661fd85e607161514 Mon Sep 17 00:00:00 2001 From: MANISH-GIRI Date: Sat, 22 Jul 2017 23:39:52 -0400 Subject: [PATCH] Allow shorthand Hex values in challenge --- .../01-responsive-web-design/applied-visual-design.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 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 239acaa81b..c01f499a62 100644 --- a/seed/challenges/01-responsive-web-design/applied-visual-design.json +++ b/seed/challenges/01-responsive-web-design/applied-visual-design.json @@ -1587,7 +1587,8 @@ "Example:", "background: linear-gradient(90deg, red, yellow, rgb(204, 204, 255));", "
", - "Use a linear-gradient() for the div element's background, and set it from a direction of 35 degrees to change the color from #CCFFFF to #FFCCCC." + "Use a linear-gradient() for the div element's background, and set it from a direction of 35 degrees to change the color from #CCFFFF to #FFCCCC.", + "Note
While there are other ways to specify a color value, like rgb() or hsl(), use hex values for this challenge." ], "challengeSeed": [ "