30 lines
544 B
CSS
30 lines
544 B
CSS
#screen {
|
|
position: fixed;
|
|
border: 1px, solid , black;
|
|
border: solid;
|
|
border-color: white;
|
|
background-image: url(../images/fliesen.png);
|
|
}
|
|
|
|
body {
|
|
background-image: url("../images/wool.jpg");
|
|
}
|
|
|
|
#build {
|
|
position: fixed;
|
|
border: 1px, solid , black;
|
|
border: solid;
|
|
border-color: white;
|
|
background-image: url(../images/fliesen.png);
|
|
overflow-y: auto;
|
|
}
|
|
|
|
#info {
|
|
position: fixed;
|
|
border: 1px, solid , black;
|
|
border: solid;
|
|
border-color: white;
|
|
background-image: url(../images/fliesen.png);
|
|
overflow-y: auto;
|
|
}
|