From 9dc5617f7f3f1ef82b3882faff3cc597b7ca46a8 Mon Sep 17 00:00:00 2001 From: MANISH-GIRI Date: Mon, 6 Feb 2017 14:50:31 -0500 Subject: [PATCH] Remove hover state requirement --- .../01-responsive-web-design/applied-visual-design.json | 8 +++----- 1 file changed, 3 insertions(+), 5 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 f61dda84d3..11dd91bcc0 100644 --- a/seed/challenges/01-responsive-web-design/applied-visual-design.json +++ b/seed/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": [ "