Jump to content

Template:Newsticker/styles.css: Difference between revisions

m CSS test
m CSS test
Line 8: Line 8:
   overflow: hidden;
   overflow: hidden;
   display: inline-block;
   display: inline-block;
   animation: marquee 30s linear infinite;
   animation: newsmarquee 30s linear infinite;
}
}



Revision as of 06:36, 17 June 2025

.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;
}