Skip to content

Commit 3195de1

Browse files
Fix transform property syntax for avatar hover effect
1 parent baf4e71 commit 3195de1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

styles.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ main.container {
4040
}
4141
.avatar:hover{
4242
box-shadow: 0 6px 18px rgba(0,0,0,0.08);
43-
transform: translateY(-2px)
44-
rotate 3deg;
43+
transform: translateY(-2px) rotate(3deg);
4544
}
4645
h1 {
4746
font-size: 2.3rem;

0 commit comments

Comments
 (0)