toddler_shop_frontend/static/style/main.css
2024-09-04 11:23:25 +02:00

26 lines
No EOL
370 B
CSS

body{
background-color: #D9F2D0;
}
div.card{
background-color: #afda8e;
}
#price_container {
background-color: white;
margin-top: auto;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
border-style: solid;
}
#cash_bills{
background-color: #afda8e;
}
.cash_image{
float: left;
width: 300px;
height: 300px;
}