Created
July 10, 2014 12:03
-
-
Save MoritzBuetzer/4fa386186f8ea1f6da65 to your computer and use it in GitHub Desktop.
foundation 5 topbar
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
<nav class="top-bar" data-topbar> | |
<ul class="title-area"> | |
<li class="name"><h1><a href="#">Something</a></h1></li> | |
<li class="toggle-topbar menu-icon"><a href="#">Menu</a></li> | |
</ul> | |
<section class="top-bar-section"> | |
<!-- Right Nav Section --> | |
<ul class="right"> | |
<li class="active"><a href="#">Right Nav Button Active</a></li> | |
<li class="has-dropdown"><a href="#">Right Button with Dropdown</a> | |
<ul class="dropdown"> | |
<li><a href="#">First link in dropdown</a></li> | |
</ul> | |
</li> | |
</ul> | |
<!-- Left Nav Section --> | |
<ul class="left"> | |
<li><a href="#">Left Nav Button</a></li> | |
</ul> | |
</section> | |
</nav> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment