Skip to content

Commit

Permalink
1) Resume Update
Browse files Browse the repository at this point in the history
2) Smooth Transform Effect
  • Loading branch information
mrunal77 committed Apr 4, 2024
1 parent 446360d commit 82c0e1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file modified Resume.pdf
Binary file not shown.
6 changes: 5 additions & 1 deletion css/StyleSheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -398,5 +398,9 @@ img {

.card:hover{
box-shadow: 8px 8px 8px cadetblue;
transform:scale(0.9);
transform:scale(0.9);
}

.card {
transition: transform 330ms ease-in-out;
}

0 comments on commit 82c0e1c

Please sign in to comment.