Skip to content

Instantly share code, notes, and snippets.

@Exellin
Created December 7, 2016 17:42
Show Gist options
  • Save Exellin/8974770cb91f7ff456340063fa0b0df6 to your computer and use it in GitHub Desktop.
Save Exellin/8974770cb91f7ff456340063fa0b0df6 to your computer and use it in GitHub Desktop.
<section class="navigation">
<div class="link-container">
<ul>
<li>
<a class="scrollable" href="#section1">
Link 1
</a>
</li>
<li>
<a class="scrollable" href="#section2">
Link 2
</a>
</li>
<li>
<a class="scrollable" href="#section3">
Link 3
</a>
</li>
</ul>
</div>
</section>
<section class="content" id="section1">
</section>
<section class="content" id="section2">
</section>
<section class="content" id="section3">
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment