66 lines
1.0 KiB
CSS
66 lines
1.0 KiB
CSS
#canvas{
|
|
position: absolute;
|
|
top: 0;
|
|
left: 500px;
|
|
width: 300px;
|
|
margin: 0;
|
|
height: 300px;
|
|
}
|
|
|
|
#aktuelleAuktion{
|
|
position: absolute;
|
|
top: 410px;
|
|
left: 500px;
|
|
width: 300px;
|
|
margin: 0px;
|
|
height: 150px;
|
|
background-color: #f9802f;
|
|
border-radius: 10px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
}
|
|
|
|
#naechsteAuktion{
|
|
position: absolute;
|
|
top: 410px;
|
|
left: 150px;
|
|
width: 300px;
|
|
margin: 0;
|
|
height: 150px;
|
|
background-color: #2fdbf9;
|
|
border-radius: 10px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
}
|
|
|
|
#letzteAuktion{
|
|
position: absolute;
|
|
top: 410px;
|
|
left: 850px;
|
|
width: 300px;
|
|
margin: 0;
|
|
height: 150px;
|
|
background-color: #dbdad9;
|
|
border-radius: 10px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
}
|
|
#kaufen{
|
|
position: absolute;
|
|
top: 310px;
|
|
height :80px;
|
|
width: 200px;
|
|
left: 550px;
|
|
background-color: green;
|
|
border-radius: 10px;
|
|
}
|
|
#simManager{
|
|
position: absolute;
|
|
top: 20px;
|
|
right: 0;
|
|
width: 100px;
|
|
}
|
|
button{
|
|
width: 100px;
|
|
background-color: #dbdad9;
|
|
} |