added shadow effect to each easy step item

This commit is contained in:
victorAnumudu
2023-03-31 22:59:56 +01:00
parent 00d927fc63
commit 4bb7aed5ea
2 changed files with 9 additions and 4 deletions
+7 -2
View File
@@ -2321,7 +2321,7 @@ p {
}
.appie-service-area.features-section{
background: #fff;
/* background: #fff; */
position: relative;
background-position: 92% 100%;
background-repeat: no-repeat;
@@ -2796,9 +2796,14 @@ p {
}
.appie-features-content {
background: #eef1f6;
background: #fff;
border-radius: 6px;
padding: 20px;
transition: all .25s;
}
.appie-features-content:hover {
box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
}
.appie-features-content .title {