Skip to content

Instantly share code, notes, and snippets.

@jbd91
Created April 27, 2022 01:21
Show Gist options
  • Select an option

  • Save jbd91/98abd7543673a7edca554d22bc3194fd to your computer and use it in GitHub Desktop.

Select an option

Save jbd91/98abd7543673a7edca554d22bc3194fd to your computer and use it in GitHub Desktop.
Accordion HTML
<div class="accordion__section col-span-12 lg:col-span-6">
<button tabindex="0" id="accordion__toggle4" class="accordion__toggle">
<span class="accordion__icon">
<span class="accordion__open">+</span>
<span class="accordion__close">-</span>
</span>
<span class="accordion__title">Test Title 4</span>
</button>
<div class="accordion__panel" aria-expanded="false"
aria-labelledby="accordion__toggle4">
College of Education
Department of Elementary Education
This website is operated by the Design Files. Throughout the site, the terms “we”, “us” and “our”
refer to the Design Files.
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment