From 22476ae2ddc13f2ed265c715d620f2657e67aa4c Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Tue, 15 Oct 2019 23:32:30 +0530 Subject: [PATCH] Added a Hover Effect with 3 Gradient Colours,which are used in Main Image. --- css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index abfdabe..ff94e00 100644 --- a/css/style.css +++ b/css/style.css @@ -107,7 +107,9 @@ footer img { text-decoration: none; font-size: 28px; } - +.hero-content a:hover { + background-image: linear-gradient(to bottom, #181f31, #1a2235, #1d2538, #1f283c, #222b40, #24384f, #24465d, #24546a, #27717d, #408e87, #6baa8a, #a0c38c); +} /* basic site sections */ .site-section { padding-bottom: 50px;