Skip to content

Instantly share code, notes, and snippets.

@acjbizar
Last active July 8, 2021 16:55
Show Gist options
  • Save acjbizar/7f1f1858a661029ea027bdeaea013944 to your computer and use it in GitHub Desktop.
Save acjbizar/7f1f1858a661029ea027bdeaea013944 to your computer and use it in GitHub Desktop.
Flexible hamburger menu.
Display the source blob
Display the rendered blob
Raw
<svg width="40" height="20" viewBox="0 0 40 20" xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="4"/>
<rect y="8" width="100%" height="4"/>
<rect y="16" width="100%" height="4"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment