Main Page/styles.css: Difference between revisions

No edit summary
No edit summary
Line 4: Line 4:
}
}
.text-container {
.text-container {
     width: 200px;
     width: auto;
     overflow: hidden;
     overflow: hidden;
     white-space: nowrap;
     white-space: nowrap;
Line 13: Line 13:
.text {
.text {
     display: inline-block;
     display: inline-block;
     width: 200px;
     width: auto;
     font-size: 24px;
     font-size: 24px;
     animation: scroll 6s infinite;
     animation: scroll 6s infinite;