Add cute little avatar animation
This commit is contained in:
parent
bf0f36ac80
commit
e7a50c2507
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@
|
|||
border-radius: 500% 300% / 300% 500%;
|
||||
width: calc(100% - 2em);
|
||||
max-width: 200px;
|
||||
transition: .4s border-radius ease-in-out;
|
||||
&:hover {
|
||||
border-radius: 300% 500% / 500% 300%;
|
||||
}
|
||||
}
|
||||
#name {
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue