18 lines
209 B
CSS
18 lines
209 B
CSS
.container {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.info {
|
|
background-color: red;
|
|
color: white;
|
|
font-weight: bold;
|
|
padding: 5px;
|
|
}
|
|
|
|
.marquee {
|
|
|
|
}
|