eduf.u
"Studying "
Last active:
Mood: happyy
View my: Blog | Forum Topics
Contacting eduf.u
SpaceHey URL:
https://spacehey.com/profile?id=2372478
eduf.u's Interests
General |
|
Music |
A little bit of everything |
Movies |
|
Television |
|
Books |
|
Heroes |
|
eduf.u's Latest Blog Entries [View Blog]
There are no Blog Entries yet.
eduf.u's Blurbs
About me:
Hii ¿How are you?
Who I'd like to meet:
eduf.u's Friend Space
[view all]eduf.u's Friends Comments
Displaying 0 of 0 comments ( View all | Add Comment )
(bounce animation) .main, footer, nav::after, .online, nav .links, nav .top {
animation: float 3s;
animation-iteration-count: infinite
animation-timing-function: ease-in-out;
}
.main, footer, nav::after, .online, nav .links, nav .top {
animation: float 3s;
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);
}
/* banner */