16 lines
No EOL
252 B
CSS
16 lines
No EOL
252 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;
|
|
} |