This file contains hidden or 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
<div class="btn-open-close"> | |
<span class="bar1"></span> | |
<span class="bar2"></span> | |
</div> |
This file contains hidden or 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
<header> | |
<div class="mobile-menu"> | |
<div class="patty"></div> | |
</div> | |
<div class="menu"> | |
<ul> | |
<li>ITEM 1</li> | |
<li>ITEM 2</li> | |
<li>ITEM 3</li> | |
</ul> |
This file contains hidden or 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
.row | |
.col | |
.button.hover1 | |
%svg{:xmlns => "http://www.w3.org/2000/svg"} | |
%rect.shape{:height => "100%", :width => "100%"} | |
.content HOVER | |
.col | |
.button.hover2 | |
%svg{:xmlns => "http://www.w3.org/2000/svg"} |
This file contains hidden or 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
<div class="wrapper"> | |
<h1>Some Nifty Hover Efx</h1> | |
<a class="btn-drib"> | |
<i class="icon-drib fa fa-dribbble"></i> dribbble | |
</a> | |
<a class="btn-flickr"> | |
<i class="icon-flickr fa fa-flickr"></i> flickr |