CSS school accordians
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 21s

This commit is contained in:
BOTAlex 2026-05-22 13:24:01 +02:00
parent 21e2aa6230
commit d9a7242ab3

View file

@ -96,7 +96,7 @@
class="collapse collapse-arrow bg-base-200 border border-base-300 rounded-box w-full"
>
<!-- The checkbox input manages the open/close state automatically -->
<input type="checkbox" />
<input type="checkbox" checked={true} />
<!-- Accordion Header Title -->
<div class="collapse-title text-xl font-medium">
@ -162,7 +162,7 @@
class="collapse collapse-arrow bg-base-200 border border-base-300 rounded-box w-full"
>
<!-- The checkbox input manages the open/close state automatically -->
<input type="checkbox" />
<input type="checkbox" checked={true} />
<!-- Accordion Header Title -->
<div class="collapse-title text-xl font-medium">Interactive graphs</div>