Guest User

Untitled

a guest
Oct 21st, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <html><head>
  2. <meta name="viewport" content="width=118, user-scalable=no" />
  3. <title>Rotating Settings Live Tile Widget by GaN-MaN</title>
  4. <body><table><td>
  5. <div id="Internet"><img src="102.png" class="stretch"/></div>
  6. <style>
  7. @-webkit-keyframes Rotate {
  8.  
  9. 50% {
  10. -webkit-transform: rotate(-180deg);
  11. }
  12. }
  13.  
  14. #Internet {
  15. top: -23px;
  16. left: -24px;
  17. width: 105px;
  18. height: 105px;
  19. position: absolute;
  20. -webkit-animation: Rotate 1s linear infinite normal;
  21. }
  22.  
  23. .stretch {width:100%; height:100%;}
  24. </style></body></table></td></head></html>
Add Comment
Please, Sign In to add comment