Guest User

Untitled

a guest
Oct 16th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. img {
  2. position: relative;
  3. -webkit-transition: opacity, -webkit-transform, 1s;
  4. }
  5. img:hover {
  6. opacity: 0;
  7. -webkit-transition: opacity, -webkit-transform, 2s;
  8. -webkit-transform: rotate(900deg) scale(0.05);
  9. }
Add Comment
Please, Sign In to add comment