toddler_shop_frontend/static/style/main.css

26 lines
370 B
CSS
Raw Normal View History

2024-08-24 13:21:02 +02:00
body{
background-color: #D9F2D0;
}
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-09-04 11:23:25 +02:00
}
#cash_bills{
background-color: #afda8e;
}
.cash_image{
float: left;
width: 300px;
height: 300px;
2024-08-05 17:59:04 +02:00
}