mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
16 lines
572 B
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>
|
|
|
|
|