We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9edec5e commit c065cabCopy full SHA for c065cab
1 file changed
styles.css
@@ -33,10 +33,13 @@ main.container {
33
height: 104px;
34
border-radius: 50%;
35
border: none;
36
- box-shadow: 0 6px 18px rgba(0,0,0,0.08);
37
margin-bottom: 16px;
38
object-fit: cover;
39
background: #FFFFFF;
+.avatar:hover{
40
+ box-shadow: 0 6px 18px rgba(0,0,0,0.08);
41
+transform: translateY(-2px)
42
+rotate 3deg;
43
}
44
h1 {
45
font-size: 2.3rem;
0 commit comments