Jump to content

Template:Newsticker/styles.css

Revision as of 06:31, 17 June 2025 by 4erospace (talk | contribs) (CSS test)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.wrapper {
  max-width: 100%;
  overflow: hidden;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: marquee 30s linear infinite;
}

.marquee p {
  display: inline-block;
}