Advertisement
wsoulrc

LosRedactores.com | wsoulrc.com | rotación css3

Feb 5th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. img {
  2.     -webkit-transition: all 2s;
  3.     -moz-transition: all 2s;
  4.     -o-transition: all 2s;
  5. }
  6. img:hover {
  7.     -webkit-transform: rotate(360deg);
  8.     -moz-transform: rotate(360deg);
  9.     -o-transform: rotate(360deg);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement