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
marquee-box
.marquee-box-2{
left: -5%;
transform: rotate(-2.5deg);
}
@media (max-width: 767px){
.marquee-box-2{
left: 0%;
}
}
marquee-box-2
.marquee {
animation: marquee 25s linear infinite;
}
@keyframes marquee {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-50%);
}
}
marquee
.marquee-2{
animation: marquee-2 25s linear infinite;
}
@keyframes marquee-2 {
0% {
transform: translateX(-50%);
}
100% {
transform: translateX(0%);
}
}
marquee-2