Skip to content

Commit 21bece9

Browse files
committed
hover effect on logo
1 parent e60e20f commit 21bece9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

website/src/css/showcase.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@
5353

5454
.user-card {
5555
padding: 30px 10px;
56+
border-radius: 0;
57+
transition: transform 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease;
58+
59+
&:hover {
60+
transform: scale(1.05);
61+
box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
62+
border-radius: 8px;
63+
}
5664

5765
.logo {
5866
max-width: 100px;

0 commit comments

Comments
 (0)