-
-
Save nathggns/3868966 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: down 1s ease, scale 1s ease .5s; | |
-webkit-transform: scale(1); | |
} | |
@-webkit-keyframes down { | |
0% { | |
top: -400px; | |
} | |
} | |
@-webkit-keyframes scale { | |
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