Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <section class="navigation">
  2. <div class="link-container">
  3. <ul>
  4. <li>
  5. <a class="scrollable" href="#section1">
  6. Link 1
  7. </a>
  8. </li>
  9. <li>
  10. <a class="scrollable" href="#section2">
  11. Link 2
  12. </a>
  13. </li>
  14. <li>
  15. <a class="scrollable" href="#section3">
  16. Link 3
  17. </a>
  18. </li>
  19. </ul>
  20. </div>
  21. </section>
  22.  
  23. <section class="content" id="section1">
  24. </section>
  25. <section class="content" id="section2">
  26. </section>
  27. <section class="content" id="section3">
  28. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement