Skip to content

Instantly share code, notes, and snippets.

@kolbaba
Created September 26, 2019 14:26
Show Gist options
  • Save kolbaba/70c0d8dba35dc5da99c84b1968e7feeb to your computer and use it in GitHub Desktop.
Save kolbaba/70c0d8dba35dc5da99c84b1968e7feeb to your computer and use it in GitHub Desktop.
Jump List Markup
<html>
<nav class="navigation" id="mainNav">
<a class="navigation__link" href="#1">Section 1</a>
<a class="navigation__link" href="#2">Section 2</a>
<a class="navigation__link" href="#3">Section 3</a>
</nav>
</html>
<html><div id="1"></div><html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment