mirror of
https://github.com/pissang/claygl.git
synced 2025-12-08 21:26:11 +00:00
22 lines
303 B
CSS
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;
|
|
} |