CSS Spinner Generator
Size48px
Speed0.8s
Preview
Generated Code
/* HTML */
<div class="spinner-ring"></div>
/* CSS */
.spinner-ring {
width: 48px;
height: 48px;
border: 6px solid #8b5cf633;
border-top-color: #8b5cf6;
border-radius: 50%;
animation: spin 0.8s linear infinite;
}
@keyframes spin {
to { transform: rotate(360deg); }
}History
No saved spinners yet.