.marquee-container {
width: 100%;
overflow: hidden;
background: #0c4b8e;
color: white;
padding: 10px 0;
position: relative;
}
.marquee-text {
display: inline-block;
white-space: nowrap;
animation: scrollText 15s linear infinite;
font-weight: bold;
font-size: 16px;
}
@keyframes scrollText {
0% { transform: translateX(100%); }
100% { transform: translateX(-100%); }
}
|
|
|
|
|
|
|
|
.png)
.png)
.png)
.png)
.png)

.png)
.png)