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.

36 lines
667 B
CSS

body {
background-color: aquamarine;
background: url(../../img/aluminumLiner/aluminumLiner.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
.OEEStatistics {
border: 0px solid red;
position: absolute;
width: 42%;
height: 26%;
top: 71.5%;
left: 28.6%;
}
.inventory {
border: 0px solid red;
position: absolute;
width: 28%;
height: 25%;
top: 70%;
left: 1%;
}
.productionPlan {
position: absolute;
border: 0px solid red;
width: 24%;
height: 21%;
top: 44.5%;
left: 3.5%;
font-size: 9%;
}