mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-27 20:50:21 +08:00
16 lines
700 B
HTML
16 lines
700 B
HTML
<!-- From Uiverse.io by ozgeozkaraa01 - Tags: loader, 3d loader -->
|
|
<div class="relative">
|
|
<div class="w-20 h-20 border-lime-200 border-2 rounded-full"></div>
|
|
<div class="w-20 h-20 border-lime-700 border-t-2 animate-spin rounded-full absolute left-0 top-0"></div>
|
|
</div>
|
|
|
|
<div class="relative">
|
|
<div class="w-10 h-10 border-lime-200 border-2 rounded-full"></div>
|
|
<div class="w-10 h-10 border-lime-700 border-t-2 animate-spin rounded-full absolute left-0 top-0"></div>
|
|
</div>
|
|
|
|
<div class="relative">
|
|
<div class="w-5 h-5 border-lime-200 border-2 rounded-full"></div>
|
|
<div class="w-5 h-5 border-lime-700 border-t-2 animate-spin rounded-full absolute left-0 top-0"></div>
|
|
</div>
|
|
|