Skip to content

Instantly share code, notes, and snippets.

@laras126
Last active August 29, 2015 14:06
Show Gist options
  • Save laras126/51ef23b7b6f58474b00d to your computer and use it in GitHub Desktop.
Save laras126/51ef23b7b6f58474b00d to your computer and use it in GitHub Desktop.
Standard header markup
<header class="header" role="banner">
<div class="container">
<div class="col-sm-5">
<h1 class="site-title">DiJiFi</h1>
</div>
<nav class="nav col-sm-7">
<ul>
<li class="col-sm-3">Photos</li>
<li class="col-sm-3">Video</li>
<li class="col-sm-3">Film</li>
<li class="col-sm-3">Audio</li>
</ul>
</nav>
</div>
</header> <!-- /.header -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment