Skip to content

Instantly share code, notes, and snippets.

@stan229
Created January 14, 2013 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stan229/4532159 to your computer and use it in GitHub Desktop.
Save stan229/4532159 to your computer and use it in GitHub Desktop.
<div class="accordion">
<div class="section">
<div class="header">Header1</div>
<div class="inner">lorem ipsum...</div>
</div>
<div class="section">
<div class="header">Header2</div>
<div class="inner">lorem ipsum 2...</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment