diff --git a/challenges/01-responsive-web-design/applied-visual-design.json b/challenges/01-responsive-web-design/applied-visual-design.json index f61dda84d3..11dd91bcc0 100644 --- a/challenges/01-responsive-web-design/applied-visual-design.json +++ b/challenges/01-responsive-web-design/applied-visual-design.json @@ -698,7 +698,7 @@ "Here's an example of the CSS to create multiple shadows with some blur, at mostly-transparent black colors:", "
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
", "
", - "Use the example CSS values above to place a box-shadow on the card. The element now has an id of thumbnail, use this selector to place the shadows for the hover state." + "The element now has an id of thumbnail. With this selector, use the example CSS values above to place a box-shadow on the card." ], "challengeSeed": [ "