TableOrder/Server/Host/static/order-sytle.css
2025-07-04 14:38:36 +02:00

7 lines
No EOL
105 B
CSS

.container {
justify-content: space-evenly;
}
.container div {
background-color: aquamarine;
}