This commit is contained in:
2025-08-27 23:32:08 +02:00
committed by Arif Hasanic
parent 97d9a04b29
commit 0cb9867bc7
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 {
}