Files
resources/semag/soundboard/css/spinner.css
2025-06-22 12:00:12 -04: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);}}