galaxy/Cards/ozgeozkaraa01_happy-sloth-10.html

16 lines
572 B
HTML

<!-- From Uiverse.io by ozgeozkaraa01 - Tags: card, cool card, card design -->
<div class="w-72 h-80 mx-auto bg-gray-100 rounded-xl shadow-2xl">
<div class="flex items-center p-3">
<div class="px-1">
<span class="w-4 h-4 rounded-full inline-block bg-red-500 cursor-pointer"></span>
</div>
<div class="px-1">
<span class="w-4 h-4 rounded-full inline-block bg-yellow-400 cursor-pointer"></span>
</div>
<div class="px-1">
<span class="w-4 h-4 rounded-full inline-block bg-green-500 cursor-pointer"></span>
</div>
</div>
</div>