forked from sent/waves
2 lines
283 B
CSS
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);}} |