Little fun with the spinner.

This commit is contained in:
Kira 2022-09-14 17:22:32 -07:00
parent ab44138697
commit f6e0111d34
1 changed files with 3 additions and 0 deletions

View File

@ -10,7 +10,10 @@
height: 64px; height: 64px;
margin: 8px; margin: 8px;
border-radius: 50%; border-radius: 50%;
border: 1px solid linear-gradient(#ffe00e, #b8a000);
background: #ffde00; background: #ffde00;
box-shadow: 0px 0px 9px 3px #d4b900 inset, 0px 0px 10px 13px #ffeb63 inset, 0px 30px 19px -25px;
animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite; animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
} }