Last active
August 9, 2017 11:45
-
-
Save jinze/3dc3c6b406dcd356a1f9b74fba1a9231 to your computer and use it in GitHub Desktop.
Untitled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="http://oms.mei.netease.com/res/image/logo2.png"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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