Created
February 19, 2015 18:18
-
-
Save smileyj68/9631d84957ca7a7765f1 to your computer and use it in GitHub Desktop.
Tabcordion Markup
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
<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