mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2026-05-06 08:46:40 +00:00
2 lines
161 B
CSS
2 lines
161 B
CSS
@keyframes float{0%{transform:translate(0)}50%{transform:translate(-3px,-8px)}to{transform:translate(0)}}.animate-float{animation:float 5s ease-in-out infinite}
|