galaxy/loaders/themrsami_heavy-puma-9.html

8 lines
487 B
HTML

<!-- From Uiverse.io by themrsami - Tags: loader, tailwind, tailwindcss, themrsami -->
<div class="flex justify-center items-center h-screen">
<div class="animate-spin ease-linear rounded-full w-10 h-10 border-t-2 border-b-2 border-purple-500"></div>
<div class="animate-spin ease-linear rounded-full w-10 h-10 border-t-2 border-b-2 border-red-500 ml-3"></div>
<div class="animate-spin ease-linear rounded-full w-10 h-10 border-t-2 border-b-2 border-blue-500 ml-3"></div>
</div>