Last active
July 29, 2020 05:52
-
-
Save itsmunim/d0058644dde3343867efd1cf546d9800 to your computer and use it in GitHub Desktop.
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
| <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