26 lines
No EOL
370 B
CSS
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;
|
|
} |