Advertisement
suriyadi

RotationHoverSocialMedia

Oct 10th, 2012
1,626
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.15 KB | None | 0 0
  1. <style>
  2. p#socialicons img {    -moz-transition: all 0.2s ease-in-out;    -webkit-transition: all 0.2s ease-in-out;    -o-transition: all 0.2s ease-in-out;    -ms-transition: all 0.2s ease-in-out;    transition: all 0.2s ease-in-out;}
  3. p#socialicons img:hover {    -moz-transform: rotate(70deg);    -webkit-transform: rotate(70deg);    -o-transform: rotate(70deg);    -ms-transform: rotate(70deg);    transform: rotate(70deg);}
  4. p#socialicons1 img {    -moz-transition: all 0.8s ease-in-out;    -webkit-transition: all 0.8s ease-in-out;    -o-transition: all 0.8s ease-in-out;    -ms-transition: all 0.8s ease-in-out;    transition: all 0.8s ease-in-out;}
  5. p#socialicons1 img:hover {    -moz-transform: rotate(360deg);    -webkit-transform: rotate(360deg);    -o-transform: rotate(360deg);    -ms-transform: rotate(360deg);    transform: rotate(360deg);}
  6. p#socialicons2 img {    -moz-transition: all 0.5s ease-in-out;    -webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    -ms-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;}
  7. p#socialicons2 img:hover {    -moz-transform: rotate(-360deg);    -webkit-transform: rotate(-360deg);    -o-transform: rotate(-360deg);    -ms-transform: rotate(-360deg);    transform: rotate(-360deg);}</style>
  8.  
  9. <center><p id="socialicons">    
  10. <a href="http://www.facebook.com/suriyadishoot" target="_blank"><img border="0" src="http://1.bp.blogspot.com/-Fv9K5Q7uTKY/UDJN_d5ExwI/AAAAAAAABGI/npsZxxIIaSo/s1600/bloggertrix.com-facebook-icon.png" /></a>    
  11. <a href="http://www.twitter.com/suriyadi/" target="_blank"><img border="0" src="http://2.bp.blogspot.com/-BeRe9v06tDM/UDJOCEE80QI/AAAAAAAABGg/0mmoppmVGjY/s1600/bloggertrix.com-twitter-icon.png" /></a>    
  12. <a href="https://plus.google.com/u/0/113334914622277827192/" target="_blank"><img border="0" src="http://2.bp.blogspot.com/-nXhboejkwi0/UDJOAf_MYzI/AAAAAAAABGQ/LQHJ8Ls1sQ0/s1600/bloggertrix.com-google-plus-icon.png" /></a>    
  13. <a href="http://feeds.feedburner.com/suriyadiklik/" target="_blank"><img border="0" src="http://4.bp.blogspot.com/-EL79ERwq2Bc/UDJOBW1BdpI/AAAAAAAABGY/3_UEUy5nuIc/s1600/bloggertrix.com-rss-icon.png" /></a></p></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement