Skip to content

Instantly share code, notes, and snippets.

@mpgilbertusa
Created March 11, 2014 04:10
Show Gist options
  • Select an option

  • Save mpgilbertusa/9479392 to your computer and use it in GitHub Desktop.

Select an option

Save mpgilbertusa/9479392 to your computer and use it in GitHub Desktop.
Responsive Starter Kit Pro - Code Sample - Horizontal Tabs
<div id="tab-horizontal">
<ul class="resp-tabs-list">
<li>Tab 1</li>
<li>Tab 2</li>
<li>Tab 3</li>
</ul>
<div class="resp-tabs-container">
<div>
<h2>Tab 1 Content</h2>
<p>Insert tab content here.</p>
</div>
<div>
<h2>Tab 2 Content</h2>
<p>Insert tab content here.</p>
</div>
<div>
<h2>Tab 3 Content</h2>
<p>Insert tab content here.</p>
</div>
</div><!-- /.resp-tabs-container -->
</div><!-- /#tab-horizontal -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment