Created
April 27, 2022 01:21
-
-
Save jbd91/98abd7543673a7edca554d22bc3194fd to your computer and use it in GitHub Desktop.
Accordion HTML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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