This commit is contained in:
2025-08-27 23:32:08 +02:00
parent 0205916b0a
commit db934eb9e7
7 changed files with 44 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
.container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.info {
background-color: red;
color: white;
font-weight: bold;
padding: 5px;
}
.marquee {
}