vvcx

Untitled

Jun 26th, 2021
560
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <style>
  2. @keyframes
  3. float {
  4. from { transform:translate(0, 10px); }
  5. 50% { transform: translate(0, 25px); }
  6. to { transform:translate(0, 10px); }
  7. }
  8. #floating {
  9. animation: float 2s ease-in-out infinite
  10. alternate;
  11. }</style>
Advertisement
Add Comment
Please, Sign In to add comment