Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@secondfret
Created April 23, 2012 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save secondfret/2473093 to your computer and use it in GitHub Desktop.
Save secondfret/2473093 to your computer and use it in GitHub Desktop.
Untitled
img {
margin: 50px;
-webkit-transition: margin 2s ease;
}
img:hover {
margin: 85px;
-webkit-transition: margin 2s ease;
}
<!-- content to be placed inside <body>…</body> -->
<img src="http://lorempixum.com/400/200/city/1" />
<img src="http://lorempixum.com/400/200/city/1" />
<img src="http://lorempixum.com/400/200/city/1" />
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment