Template:Newsticker/styles.css

Revision as of 06:36, 17 June 2025 by 4erospace (talk | contribs) (CSS test)
.newswrapper {
  max-width: 100%;
  overflow: hidden;
}

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

.newsmarquee p {
  display: inline-block;
}