mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
14 lines
No EOL
403 B
HTML
14 lines
No EOL
403 B
HTML
<!-- From Uiverse.io by 05akalan57 - Tags: card, border, css effect -->
|
|
<div
|
|
class="relative drop-shadow-xl w-48 h-64 overflow-hidden rounded-xl bg-[#3d3c3d]"
|
|
>
|
|
<div
|
|
class="absolute flex items-center justify-center text-white z-[1] opacity-90 rounded-xl inset-0.5 bg-[#323132]"
|
|
>
|
|
CARD
|
|
</div>
|
|
<div class="absolute w-56 h-48 bg-white blur-[50px] -left-1/2 -top-1/2"></div>
|
|
</div>
|
|
|
|
|
|
|