Skip to content

Instantly share code, notes, and snippets.

View jinze's full-sized avatar

JIN Ze jinze

  • NetEase, Inc.
  • Hangzhou, China
View GitHub Profile
@jinze
jinze / dabblet.css
Last active August 9, 2017 11:45
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 {