Created
September 14, 2019 09:08
-
-
Save indreklasn/19589043d29c70fb0449a164c2d0b646 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Sticky Nav</title> | |
<meta charset="UTF-8" /> | |
</head> | |
<body> | |
<div id="app"></div> | |
<header class="headroom headroom--pinned headroom--unpinned">header</header> | |
<div class="content">content</div> | |
<div class="content">content</div> | |
<div class="content">content</div> | |
<div class="content">content</div> | |
<div class="content">content</div> | |
<div class="content">content</div> | |
<div class="content">content</div> | |
<div class="content">content</div> | |
<div class="content">content</div> | |
<script src="src/index.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment