You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
682 B
CSS
35 lines
682 B
CSS
body {
|
|
background-color: aquamarine;
|
|
background: url(../../img/tankShell/tankshellbackground.jpg);
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.statisticalOutputByModel{
|
|
border: 1px solid red;
|
|
position: absolute;
|
|
width: 45.5%;
|
|
height: 32%;
|
|
top: 23%;
|
|
left: 3.5%;
|
|
}
|
|
|
|
.inventoryStatistics{
|
|
border: 1px solid red;
|
|
position: absolute;
|
|
width: 45.5%;
|
|
height: 32%;
|
|
top: 23%;
|
|
right: 3.5%;
|
|
}
|
|
|
|
.hourlyOutputStatistics{
|
|
border: 1px solid red;
|
|
position: absolute;
|
|
width: 93%;
|
|
height: 32%;
|
|
bottom: 4.5%;
|
|
left: 3.5%;
|
|
} |