Skip to content

Instantly share code, notes, and snippets.

View Tolala9's full-sized avatar
🎯
Focusing

Anatolii Lukavenko Tolala9

🎯
Focusing
View GitHub Profile
<!-- HTML -->
<a href="#" class="toggle-mnu hidden-lg"><span></span></a>
<!-- SASS -->
.toggle-mnu
display: block
width: 28px
height: 28px
margin-top: 14px
@Tolala9
Tolala9 / mousewheel-icon.html
Created March 10, 2017 15:07
Mouse Wheel Animation CSS Icon | http://jsfiddle.net/cmajo9h6/
<style>
/* ---------------------------------------------- /*
* Mouse animate icon
/* ---------------------------------------------- */
.mouse-icon {
border: 2px solid #000;
border-radius: 16px;
height: 40px;
width: 24px;
display: block;