Skip to content

Instantly share code, notes, and snippets.

@roxanneallard
Created November 28, 2018 17:28
Show Gist options
  • Save roxanneallard/443f20f36a7e8b2cf79b6d759cbd6619 to your computer and use it in GitHub Desktop.
Save roxanneallard/443f20f36a7e8b2cf79b6d759cbd6619 to your computer and use it in GitHub Desktop.
Floating Button
<div id="circularMenu" class="circular-menu">
<a class="floating-btn" onclick="document.getElementById('circularMenu').classList.toggle('active');">
<i class="fa fa-plus"></i>
</a>
<menu class="items-wrapper">
<a href="/zoeken" class="menu-item">Zoeken</a>
<p href="" id="show-explanation" class="menu-item">Uitleg Website</p>
</menu>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment