Skip to content

Instantly share code, notes, and snippets.

@NateJLewis
Created August 25, 2015 19:10
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 NateJLewis/7d19557cd802cad0b759 to your computer and use it in GitHub Desktop.
Save NateJLewis/7d19557cd802cad0b759 to your computer and use it in GitHub Desktop.
modal_expample
<div class="col-xs-12">
<!--
use the data attribute like in this example
http://getbootstrap.com/javascript/#markup
-->
<ul class="nav nav-tabs nav-justified" id="text-image">
<li class="active">
<a class="custom-text" href="#custom-text">Text</a>
</li>
<li class="">
<a class="custom-image" href="#custom-image">Art</a>
</li>
</ul>
<!--
Use Justified Nav tabs
http://getbootstrap.com/components/#nav-justified
-->
<div class="tab-content">
<div class="tab-pane active" id="login" style="">
<div class="row">
<div class="col-xs-12">
</div>
</div>
</div>
<div class="tab-pane" id="register">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
</div>
</div>
</div>
</div>
</div>
@Bobby8899
Copy link

Facebook

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment