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": [ "