copy this INSIDE the code of your layout. If it's place outside it might not work
.col, main, footer, nav::before, .online, nav .links, nav .top {
animation: float 4s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
.col, main, footer, nav::before, .online, nav .links, nav .top {
animation: float 4s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes float {
0% {
transform: translate(0, 0px);
}
50% {
transform: translate(0, 8px);
}
100% {
transform: translate(0, -0px);
}
Comments
Displaying 2 of 2 comments ( View all | Add Comment )
ELISSA ^_^
might use this :3
Report Comment
❦ Alexx Sixx ❦
*placed dawg i cant spell for shit istg
Report Comment