How 2 make ur profile float

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);
}



6 Kudos

Comments

Displaying 2 of 2 comments ( View all | Add Comment )

ELISSA ^_^

ELISSA ^_^'s profile picture

might use this :3


Report Comment

❦ Alexx Sixx ❦

❦ Alexx Sixx ❦'s profile picture

*placed dawg i cant spell for shit istg


Report Comment