Skip to content

Instantly share code, notes, and snippets.

@tjoen
Created May 2, 2014 12:07
Show Gist options
  • Save tjoen/11473370 to your computer and use it in GitHub Desktop.
Save tjoen/11473370 to your computer and use it in GitHub Desktop.
A Pen by Theun.
<img src="http://randomsplash.jshawl.com/" alt="" />
<img src="http://randomsplash.jshawl.com/?2" alt="" />
<img src="http://randomsplash.jshawl.com/?3" alt="" />
<img src="http://randomsplash.jshawl.com/?4" alt="" />
<img src="http://randomsplash.jshawl.com/?5" alt="" />
<img src="http://randomsplash.jshawl.com/?6" alt="" />
<img src="http://randomsplash.jshawl.com/?7" alt="" />
<img src="http://randomsplash.jshawl.com/" alt="" />
<img src="http://randomsplash.jshawl.com/?2" alt="" />
<img src="http://randomsplash.jshawl.com/?3" alt="" />
<img src="http://randomsplash.jshawl.com/?4" alt="" />
<img src="http://randomsplash.jshawl.com/?5" alt="" />
<img src="http://randomsplash.jshawl.com/?6" alt="" />
<img src="http://randomsplash.jshawl.com/?7" alt="" />
<img src="http://randomsplash.jshawl.com/" alt="" />
<img src="http://randomsplash.jshawl.com/?2" alt="" />
<img src="http://randomsplash.jshawl.com/?3" alt="" />
<img src="http://randomsplash.jshawl.com/?4" alt="" />
<img src="http://randomsplash.jshawl.com/?5" alt="" />
<img src="http://randomsplash.jshawl.com/?6" alt="" />
<img src="http://randomsplash.jshawl.com/?7" alt="" />
img{
display:inline-block;
width:250px;
height:150px;
transition:transform .2s ease;
&:hover{
z-index:999;
// position: fixed;
top: 50%;
left: 50%;
cursor:pointer;
transition-delay:.5s;
transform:scale(3);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment