Guest User

Untitled

a guest
Apr 5th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. .jamaica {
  2. width:250px;
  3. box-shadow:1px 1px 8px rgb(0,153,255);
  4. }
  5. .jamaica:hover {
  6. transform:rotateX(30DEG);
  7. transform:rotateY(100DEG);
  8. perspective:350px;
  9. transition:1s;
  10. box-shadow:1px 1px 20px rgb(255,0,0);
  11. }
  12.  
  13. #crrrn {
  14. perspective:350px;
  15. }
  16.  
  17. #crrrn:hover {
  18. transform:rotateX(30DEG);
  19. transform:rotateY(30DEG);
  20. perspective:30px;
  21. transition:1s;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment