Hello,
Thank you for contacting us
As we can see, the last line of your code is missing
}@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }
Should be like this
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }}
Best Regards,
Vyacheslav, Balbooa Support Team