31 lines
No EOL
419 B
CSS
31 lines
No EOL
419 B
CSS
html, body {
|
|
margin: 0;
|
|
height: 100%;
|
|
}
|
|
|
|
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;
|
|
} |