dollcrds

enbyself crd image

Jun 8th, 2022
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <style>
  2. #image01 {
  3. animation-name: floating;
  4. animation-duration: 3s;
  5. animation-iteration-count: infinite;
  6. animation-timing-function: ease-in-out;
  7. z-index:99;
  8. }
  9.  
  10. @keyframes floating {
  11. 0% { transform: translate(15, 0px); }
  12. 50% { transform: translate(0, 15px); }
  13. 100% { transform: translate(0, -0px); }
  14. }
  15. </style></div>
Advertisement
Add Comment
Please, Sign In to add comment