Files
saladeaula.digital/superpage/src/components/Accordion.astro
2025-04-21 12:17:14 -03:00

7 lines
369 B
Plaintext

<details class="border border-transparent open:border-black/10 open:bg-gray-100 ..." open>
<summary class="text-sm leading-6 font-semibold text-gray-900 select-none">Why do they call it Ovaltine?</summary>
<div class="mt-3 text-sm leading-6 text-gray-600">
<p>The mug is round. The jar is round. They should call it Roundtine.</p>
</div>
</details>