CSS school accordians
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 21s
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 21s
This commit is contained in:
parent
21e2aa6230
commit
d9a7242ab3
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue