Skip to content

Instantly share code, notes, and snippets.

@jinze
Last active August 9, 2017 11:45
Show Gist options
  • Save jinze/3dc3c6b406dcd356a1f9b74fba1a9231 to your computer and use it in GitHub Desktop.
Save jinze/3dc3c6b406dcd356a1f9b74fba1a9231 to your computer and use it in GitHub Desktop.
Untitled
img {
height: 30px;
width: 196px;
display: block;
margin: 15px auto;
transition-duration: 1s;
/*transition-timing-function: cubic-bezier(.75, 0, 1, .25);*/
/*transition-property:height;*/
}
img:hover {
height: 120px;
width: 784px;
}
<img src="http://oms.mei.netease.com/res/image/logo2.png">
// alert('Hello world!');
{"view":"split","fontsize":"130","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment