Last active
August 9, 2017 18:48
-
-
Save jsalinas/5431c365bee04651f234403b9cdb30ec to your computer and use it in GitHub Desktop.
accordeon markup
This file contains 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="accordeon"> | |
<div class="accordeon--label"> | |
<h2 class="accordeon--title"><button aria-expanded="false" aria-controls="accordeon-content-1">Accordeon Title</button></h2> | |
</div> | |
<div id="accordeon-content-1" class="accordeon--content" aria-hidden="true"> | |
Kamel ipsum dolor sit amet, consectetur adipiscing elit. Sed suscipit nibh a velit gravida efficitur. | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment