1
0
forked from sent/waves
waves/public/assets/g/soundboard/css/spinner.css
2025-04-09 17:11:14 -05:00

2 lines
283 B
CSS

/* Unminify the code here: https://unminify.com/ */
.spinner {margin: 50px auto;width: 50px;height: 50px;border: 5px solid rgba(255, 255, 255, 0.3);border-top-color: #0066cc;border-radius: 50%;animation: spin 1s ease-in-out infinite;}@keyframes spin {to {transform: rotate(360deg);}}