Loading...
Loading...
Generate pure CSS loading animations including spinner, dots, bars, pulse, and ring. Customize size, color, and speed, then copy the full code
<style>
.loader-_R_hbqav5ubqiudb_ {
width: 40px;
height: 40px;
border: 4px solid #6366f140;
border-top-color: #6366f1;
border-radius: 50%;
animation: loader-_R_hbqav5ubqiudb_-spin 1s linear infinite;
}
@keyframes loader-_R_hbqav5ubqiudb_-spin {
to { transform: rotate(360deg); }
}
</style>
<div class="loader-_R_hbqav5ubqiudb_"></div>