toddler_shop_frontend/static/style/main.css

12 lines
212 B
CSS
Raw Normal View History

2024-08-05 17:59:04 +02:00
div.card{
background-color: #afda8e;
2024-08-24 12:49:53 +02:00
}
#price_container {
background-color: white;
margin-top: auto;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
border-style: solid;
2024-08-05 17:59:04 +02:00
}