Created
October 10, 2012 22:35
-
-
Save anonymous/3868957 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or 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
* { padding: 0; margin: 0; } | |
body { background: #eeeeee; } | |
img { | |
-webkit-filter: grayscale(100%); | |
position: absolute; | |
top: 50%; | |
left: 50%; | |
margin-top: -150px; | |
margin-left: -150px; | |
-webkit-animation: in 1s ease; | |
-webkit-transform: scale(1); | |
} | |
@-webkit-keyframes in { | |
0% { | |
top: -400px; | |
} | |
70% { | |
top: 50%; | |
-webkit-transform: scale(1.2); | |
} | |
} |
This file contains hidden or 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://placekitten.com/300/300"> |
This file contains hidden or 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":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment