Skip to content

Instantly share code, notes, and snippets.

@itsmunim
Last active July 29, 2020 05:52
Show Gist options
  • Select an option

  • Save itsmunim/d0058644dde3343867efd1cf546d9800 to your computer and use it in GitHub Desktop.

Select an option

Save itsmunim/d0058644dde3343867efd1cf546d9800 to your computer and use it in GitHub Desktop.
<div id="header-wrap" class="header-wrap">
<header> # <--- this will get hidden while scrolling downwards
<div class="logo"></div>
<div class="brand-title"></div>
</header>
<div class="menu-strip"> # <--- this menu strip or tab like menu will be visible while scrolling downwards
<div class="menu-item"></div>
<div class="menu-item"></div>
<div class="menu-item"></div>
<div class="menu-item"></div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment