Anónimo

Cambios

De CEBES Perquín
514 bytes añadidos ,  04:56 25 mar 2021
sin resumen de edición
vertical-align: middle;
}
 
.animacion {
display:block;
width:auto;
height:40px;
position:absolute;
font-family:georgia, serif;
font-size:16px;
line-height:40px;
float:left;
width:auto;
color:#000;
font-weight:bold;
padding:0 10px;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-webkit-animation-duration:17s;
-webkit-animation-name: scroll;
}
.animacion a {color:#c00;}
@-webkit-keyframes scroll {
0% {left:90%;}
100% {left:-100%;}
}
.animacion:hover { -webkit-animation-play-state: paused;}