From e81d03a9fa4cdd5218ae5b167b5b236415f9553d Mon Sep 17 00:00:00 2001 From: Rahul Kundu Date: Tue, 1 Aug 2023 00:01:40 +0530 Subject: [PATCH] removed the click to know more text which will turn on hovering and shadow will appear also --- assets/css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 5c537fa..3bc33c3 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -593,6 +593,11 @@ section { border-radius: 10px; } +#services .box:hover { + cursor: pointer; + box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.2); +} + /* #services .col-lg-6:hover .box { transform: rotateY(180deg); } */ @@ -650,6 +655,12 @@ section { text-align: center; width: 100%; transform: translate(-75px, -5px); + opacity: 0; + transition: opacity 0.3s ease; +} + +#services .box:hover .icon p { + opacity: 1; } #services .box p {