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 | animation: marquee 40s linear infinite; | ||
} | } | ||
.marquee2 span { | .marquee2 span { | ||
animation-delay: | animation-delay: 20s; | ||
} | } | ||