Created
February 26, 2019 17:50
-
-
Save codef0rmer/65c302e0be8f512e6292072431359b01 to your computer and use it in GitHub Desktop.
jquery toolbar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Invoking the toolbar --> | |
<div id="toolbarBtn" class="btn-toolbar"><i class="fa fa-cog"></i></div> | |
<!-- Actual toolbar --> | |
<div id="toolbar" class="hidden"> | |
<a href="#"><i class="fa fa-plane"></i></a> | |
<a href="#"><i class="fa fa-car"></i></a> | |
<a href="#"><i class="fa fa-bicycle"></i></a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment