Skip to content

Instantly share code, notes, and snippets.

@zertosh
zertosh / index.html
Created June 23, 2013 13:07 — forked from anonymous/index.html
Direction aware hover pure CSS
<h1>Direction aware hover pure CSS</h1>
<div class="box">
<div class="box__right">Right → Left</div>
<div class="box__left">Left → Right</div>
<div class="box__top">Top → Bottom</div>
<div class="box__bottom">Bottom → Top</div>
<div class="box__center">
Hover from any side
</div>