From fed67c93fc408dab121b71e65b913974e89815d4 Mon Sep 17 00:00:00 2001 From: Naman Dutta <37544286+duttanaman1@users.noreply.github.com> Date: Mon, 21 Dec 2020 13:06:28 +0530 Subject: [PATCH 1/3] Update hover.css --- css/hover.css | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/css/hover.css b/css/hover.css index f5fcf87..3cd043e 100644 --- a/css/hover.css +++ b/css/hover.css @@ -2488,7 +2488,30 @@ .hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active { box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); } - +/*Box Shadow Outset 2.0*/ +.hvr-box-shadow-outset2 { + box-shadow: none; + -webkit-transform: scale(1.01); + -ms-transform: scale(1.01); + transform: scale(1.01); + transition: 0.5s; +} +.hvr-box-shadow-outset2:hover, .hvr-box-shadow-outset2:focus, .hvr-box-shadow-outset2:active{ + box-shadow: + 0 1px 0 #737373, + 0 2px 0 #666666, + 0 3px 0 #595959, + 0 4px 0 #4d4d4d, + 0 5px 0 #404040, + 0 6px 1px rgba(0,0,0,.1), + 0 0 5px rgba(0,0,0,.1), + 0 1px 3px rgba(0,0,0,.3), + 0 3px 5px rgba(0,0,0,.2), + 0 5px 10px rgba(0,0,0,.25), + 0 10px 10px rgba(0,0,0,.2), + 0 20px 20px rgba(0,0,0,.15); + transition: 0.4s; +} /* Box Shadow Inset */ .hvr-box-shadow-inset { display: inline-block; From 16808cd36883588ef49a02a1da32e87beb1e0d6e Mon Sep 17 00:00:00 2001 From: Naman Dutta <37544286+duttanaman1@users.noreply.github.com> Date: Mon, 21 Dec 2020 13:12:32 +0530 Subject: [PATCH 2/3] Update hover.css --- css/hover.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/hover.css b/css/hover.css index 3cd043e..18db04a 100644 --- a/css/hover.css +++ b/css/hover.css @@ -1,7 +1,7 @@ /*! * Hover.css (http://ianlunn.github.io/Hover/) * Version: 2.3.2 - * Author: Ian Lunn @IanLunn + * Author: Ian Lunn @IanLunn and Naman Dutta * Author URL: http://ianlunn.co.uk/ * Github: https://github.com/IanLunn/Hover From 619f43d9674742a44edf9f5bfe5247df57de17cb Mon Sep 17 00:00:00 2001 From: Naman Dutta <37544286+duttanaman1@users.noreply.github.com> Date: Mon, 21 Dec 2020 13:59:41 +0530 Subject: [PATCH 3/3] Update index.html --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 2c377b7..52f9f37 100644 --- a/index.html +++ b/index.html @@ -225,6 +225,7 @@