ROBLOXGAMECREATORHD

FREE ROBLOX ROBUX

May 4th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <style>
  2. @keyframes slide {
  3. 0% {
  4. left: 0;
  5. top: 0;
  6. }
  7. 50% {
  8. left: 244px;
  9. top: 100px;
  10. }
  11. 100% {
  12. left: 488px;
  13. top: 0;
  14. }
  15. }
  16. .stage {
  17. background: #eaeaed;
  18. border-radius: 6px;
  19. height: 150px;
  20. position: relative;
  21. min-width: 538px;
  22. }
  23. .stage:hover .ball {
  24. animation: slide 2s linear;
  25. }
  26. .ball {
  27. background: #2db34a;
  28. border-radius: 50%;
  29. height: 50px;
  30. position: absolute;
  31. width: 50px;
  32. }
  33. </style>
  34. <div class="stage">
  35. <figure class="ball"></figure>
  36. Authenticator: Hectic
  37. </div>
Add Comment
Please, Sign In to add comment