Skip to content

Instantly share code, notes, and snippets.

@smileyj68
Created February 19, 2015 18:18
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 smileyj68/9631d84957ca7a7765f1 to your computer and use it in GitHub Desktop.
Save smileyj68/9631d84957ca7a7765f1 to your computer and use it in GitHub Desktop.
Tabcordion Markup
<section class="tabs small-1-up medium-3-up">
<input type="radio" name="mainTabs" checked id="tab1" />
<label for="tab1" class="tab">Tab 1</label>
<div class="tab-content">
<p>The Hitchhiker’s Guide to the Galaxy has a few things to say on the subject of towels.</p>
<p>A towel, it says, is about the most massively useful thing an interstellar hitch hiker can have...</p>
</div>
<input type="radio" name="mainTabs" id="tab2" />
<label for="tab2" class="tab">Tab 2</label>
<div class="tab-content">
<p>More importantly, a towel has immense psychological value. For some reason, if a strag (strag: nonhitchhiker) discovers that a hitchhiker has his towel with him, he will automatically assume that he is also in possession of a toothbrush...</p>
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment