Guest User

Untitled

a guest
Oct 18th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. img {
  2. transition: all 0.5s ease-in-out;
  3. }
  4.  
  5. img:hover {
  6. transform: scaleY(1.5);
  7. }
Add Comment
Please, Sign In to add comment