User:4erospace/common.css: Difference between revisions

m CSS test
m CSS test
Line 9: Line 9:
   display: inline-block;
   display: inline-block;
   padding-left: 100%;
   padding-left: 100%;
   animation: marquee 5s linear infinite;
   animation: marquee 40s linear infinite;
}
}


.marquee2 span {
.marquee2 span {
   animation-delay: 2.5s;
   animation-delay: 20s;
}
}