Skip to content

Commit

Permalink
Merge pull request #1150 from zalabhavy/abouthover
Browse files Browse the repository at this point in the history
Added Hover on About Cards
  • Loading branch information
varshith257 authored Aug 8, 2024
2 parents feeb693 + 2586038 commit 525d346
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Css-Files/aboutus.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
justify-content: left;
background-color: #111111;
border-radius: 11px; margin-bottom: 10px;
transition: transform 0.3s ease;
}
.a-1:hover,.a-2:hover,.a-3:hover {
box-shadow: 0 8px 16px rgba(47, 80, 247, 0.2);
cursor: pointer;
transform: scale(1.05);
}
.a-l, .b-l, .c-l {
height: 58px;
Expand Down

0 comments on commit 525d346

Please sign in to comment.