Fahad is a talented web developer with a fantastic dimension of creativity and proactivity. He made the whole process very easy for me with excellent communication. I enjoyed the process and timely delivery. Thank you so much.
My goodness! Fahad!!! You're a magician. Oh my gosshh! I can't thank you more, Also thanks to Max for referring you! I'm super happy!
Subscribe To My YouTube Channel For More Upcoming Videos
banner-bg
.animation-1 {
position: relative;
animation-name: animation-1;
animation-duration: 5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes animation-1 {
0% {top:10px;}
100% {top:-40px;}
}
.animation-2 {
position: relative;
animation-name: animation-2;
animation-duration: 3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes animation-2 {
0% {bottom: -70px;}
100% {bottom: -40px;}
}
.animation-3 {
position: relative;
animation-name: animation-3;
animation-duration: 3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes animation-3 {
0% {top: 430px;}
100% {top: 460px;}
}
.animation-4 {
position: relative;
animation-name: animation-4;
animation-duration: 3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes animation-4 {
0% {top: 0px;}
100% {top: -30px;}
}
.animation-5 {
position: relative;
animation-name: animation-5;
animation-duration: 3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes animation-5 {
0% {top: 160px;}
100% {top: 130px;}
}
animation-1 animation-2 animation-3 animation-4 animation-5