Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <nav class="navigation">
  2. <button aria-expanded="false" aria-controls="menu">
  3. <svg id="i-menu" aria-label="Menu" viewBox="0 0 32 32" width="16" height="16" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="6.25%">
  4. <path d="M4 8 L28 8 M4 16 L28 16 M4 24 L28 24"></path>
  5. </svg>
  6. </button>
  7.  
  8. <ul id="menu" hidden>
  9. <li><a href="/">Home</a></li>
  10. <li><a href="/benefits">Benefits</a></li>
  11. <li><a href="/pricing">Pricing</a></li>
  12. <li><a href="/blog">Blog</a></li>
  13. </ul>
  14. </nav>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement