29 lines
368 B
CSS
29 lines
368 B
CSS
body {
|
|
margin: 0 ;
|
|
overflow: hidden ;
|
|
}
|
|
|
|
canvas {
|
|
display: block ;
|
|
}
|
|
|
|
#DoorRender {
|
|
width : 100% ;
|
|
height: 100% ;
|
|
}
|
|
|
|
#Info{
|
|
position: fixed ;
|
|
top: 10 ;
|
|
left: 10 ;
|
|
/*border : 1px solid white ;*/
|
|
width: 100% ;
|
|
height: 100px ;
|
|
color : white ;
|
|
font-size: 1.25em ;
|
|
}
|
|
|
|
#helpButton{
|
|
text-decoration: underline ;
|
|
}
|