קודליינר | מאגר קודים - סקוליינר

PHOTO EMBED

Wed Jul 31 2024 13:43:01 GMT+0000 (Coordinated Universal Time)

Saved by @lipi44 #css

selector{
    animation-name: floating 3s ease-in-out infinite;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }
}
content_copyCOPY

https://schooliner.com/codesheet/