Skip to content

Instantly share code, notes, and snippets.

@lstanard
Last active March 26, 2016 19:36
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 lstanard/3102b332609883528f35 to your computer and use it in GitHub Desktop.
Save lstanard/3102b332609883528f35 to your computer and use it in GitHub Desktop.
Sticky header demo markup
<header class="header">
<div class="header__top">
<p>Top header bar</p>
</div>
<div class="header__primary">
<a href="#">Logo</a>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment