Skip to content

Commit

Permalink
Merge pull request #150 from Kratik1093/main
Browse files Browse the repository at this point in the history
adding hover and making basic ui changes #134
  • Loading branch information
tushargupta1504 authored Oct 3, 2024
2 parents 4504cbc + 3ea203d commit 473e63a
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ ul li .nav-link:hover{
width: 98%;
height: 98%;
border: 2px solid #97aac3;
border-radius: 20%;
}

.carousel-caption,
Expand Down Expand Up @@ -457,19 +458,19 @@ section {

.services .icon-box {
text-align: center;
border: 1px solid #d5e1ed;
padding: 20px 20px 10px 20px;
transition: all ease-in-out 0.3s;
border: 4px solid #405d7a;
padding: 20px 20px 20px 20px;
transition: all ease-in-out 0.5s;
width: 95%;

border-radius: 9%;
}

.services .icon-box .icon {
margin: 0 auto;
width: 140px;
height: 140px;
background: #1977cc;
border-radius: 5px;
border-radius: 20%;
transition: all 0.3s ease-out 0s;
display: flex;
align-items: center;
Expand All @@ -491,7 +492,7 @@ section {
height: 100%;
width: 100%;
background: #badaf7;
border-radius: 5px;
border-radius: 20%;
transition: all 0.3s ease-out 0s;
transform: translateZ(-1px);
}
Expand All @@ -513,8 +514,9 @@ section {
}

.services .icon-box:hover {
background: #1977cc;
border-color: #1977cc;
background: #073a68;
border-color: #abcfef;
transform: scale(1.05);
}

.services .icon-box:hover .icon {
Expand Down

0 comments on commit 473e63a

Please sign in to comment.