Skip to content

Commit c065cab

Browse files
box shadow
1 parent 9edec5e commit c065cab

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

styles.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,13 @@ main.container {
3333
height: 104px;
3434
border-radius: 50%;
3535
border: none;
36-
box-shadow: 0 6px 18px rgba(0,0,0,0.08);
3736
margin-bottom: 16px;
3837
object-fit: cover;
3938
background: #FFFFFF;
39+
.avatar:hover{
40+
box-shadow: 0 6px 18px rgba(0,0,0,0.08);
41+
transform: translateY(-2px)
42+
rotate 3deg;
4043
}
4144
h1 {
4245
font-size: 2.3rem;

0 commit comments

Comments
 (0)