Skip to content

Instantly share code, notes, and snippets.

@leonardo403
Created August 26, 2014 05:44
Show Gist options
  • Save leonardo403/fae5be8e7cfb8872b102 to your computer and use it in GitHub Desktop.
Save leonardo403/fae5be8e7cfb8872b102 to your computer and use it in GitHub Desktop.
A Pen by Leonardo Lima.
<img src="http://lesscss.org/public/img/logo.png" alt="" />
<img src="http://lesscss.org/public/img/logo.png" alt="" />
@cs-zoom: crosshair;
@cs-hover: pointer;
@sec: 5s;
img{
width:105px;
height:85px;
-webkit-transition: @sec;
transition: @sec;
margin:2px 33px;
&:hover{
-webkit-transform: scale(2);
transform: scale(2);
cursor:@cs-zoom;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment