Skip to content

Commit a692f32

Browse files
committed
feat: Added mouseover animations to photos
1 parent 53ee669 commit a692f32

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

public/tech_fair/2025/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ a:visited:active {
8383
&:nth-child(2n) {
8484
transform: rotate(5deg);
8585
}
86+
87+
&:hover {
88+
transform: scale(1.25);
89+
z-index: 3;
90+
transition: transform 0.1s linear;
91+
}
8692
}
8793

8894
header {

0 commit comments

Comments
 (0)