claygl/example/css/common.css
2017-10-27 14:32:25 +08:00

22 lines
303 B
CSS

html {
height: 100%;
}
body {
background: url(../assets/bg.jpg);
background-size: 100% 100%;
margin: 0;
}
#main {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#toolbar {
position: absolute;
top: 10px;
left: 10px;
z-index: 1000;
}