DaphneRoss

FEATURED BLOGGERS

Aug 2nd, 2013
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. .links {
  2. border:3px solid #808080;
  3. width:200px;
  4. height: 140px;
  5. display:inline-block;
  6. text-align: center;
  7. padding:0px;
  8. margin-top: 10px;
  9. position:relative;
  10. }
  11.  
  12. .links:hover {
  13. -webkit-transform: rotate(365deg);
  14. -moz-transform: rotate(365deg);
  15. border: 3px solid white;
  16. width:200px;
  17. -webkit-box-shadow: 0px 0px 10px #BE81F7;
  18. -moz-box-shadow: 0px 0px 10px #BE81F7;
  19. box-shadow: 0px 0px 10px #7c7c7c;
  20. -webkit-transition: all 1.2s ease-out;-moz-transition: all 1.2s ease-out;transition: all 1.2s ease-out;
  21. }
  22.  
  23. .links img{width: 200px; height:140px}
  24.  
  25. .links:hover img{
  26. -webkit-transition: all .0s ease-out;-moz-transition: all .0s ease-out;transition: all .0s ease-out;}
Advertisement
Add Comment
Please, Sign In to add comment