blog/src/components/BasicCard.astro

7 lines
80 B
Plaintext
Raw Normal View History

---
---
<div class="rounded-2xl drop-shadow-2xl bg-white">
<slot />
</div>