TableOrder/Server/Host/static/order-sytle.css

7 lines
105 B
CSS
Raw Normal View History

2025-07-04 14:38:36 +02:00
.container {
justify-content: space-evenly;
}
.container div {
background-color: aquamarine;
}