Fix Error: Solvento el problema del footer que no mostraba el contenido
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
@keyframes scroll {
|
||||
0% {
|
||||
transform: translateX(100%);
|
||||
transform: translateX(0%);
|
||||
}
|
||||
100% {
|
||||
transform: translateX(-100%);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
|
||||
.animate-scroll {
|
||||
display: inline-block;
|
||||
animation: scroll 20s linear infinite;
|
||||
animation: scroll 45s linear infinite;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user