Skip to content

Commit

Permalink
removed the click to know more text which will turn on hovering and s…
Browse files Browse the repository at this point in the history
…hadow will appear also
  • Loading branch information
rahulkundu1209 committed Jul 31, 2023
1 parent 624469d commit e81d03a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
} */
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit e81d03a

Please sign in to comment.