Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Zespół - Strona Startowa</title>
  4. <link rel="stylesheet" href="css3.css" type="text/css" />
  5. <script>
  6. #axis:hover .rotate360cw
  7. {
  8. transform: rotate(360deg);
  9. -webkit-transform: rotate(360deg);
  10. -o-transform: rotate(360deg);
  11. -moz-transform: rotate(360deg);
  12. }
  13.  
  14. .object
  15. {
  16. position: absolute;
  17. transition: all 2s ease-in-out;
  18. -webkit-transition: all 2s ease-in-out;
  19. -moz-transition: all 2s ease-in-out;
  20. -o-transition: all 2s ease-in-out;
  21. }
  22.  
  23. .logo
  24. {
  25. top: 32%;
  26. left: 38%;
  27. }
  28. </script>
  29. </head>
  30. <body>
  31. <created></created>
  32. <div id="axis" class="six">
  33. <img class="object logo rotate360cw" src="images/logo.png"/>
  34. </div>
  35.  
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement