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-08-05 17:59:04 +02:00
|
|
|
}
|