Skip to content

Instantly share code, notes, and snippets.

@Seanmclem
Last active June 12, 2018 00:17
Show Gist options
  • Save Seanmclem/299d8b0129fab945bda928225b27a57a to your computer and use it in GitHub Desktop.
Save Seanmclem/299d8b0129fab945bda928225b27a57a to your computer and use it in GitHub Desktop.
<nav class="mobile">
<div class="container" [class.open]="menuOpen" (click)="toogleMenu();">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment