Files
web3d/TestArea_IIS01/THREEJS_DOORS/style.css
T
2024-03-25 08:55:25 +01:00

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 ;
}