Skip to content

Commit 898052e

Browse files
Update style.css
1 parent 5974573 commit 898052e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

style.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1+
body {
2+
margin: 0;
3+
overflow: hidden;
4+
display: flex;
5+
flex-direction: column;
6+
}
17

8+
#controls {
9+
position: absolute;
10+
top: 10px;
11+
left: 10px;
12+
z-index: 100;
13+
}
14+
15+
canvas {
16+
display: block;
17+
flex-grow: 1;
18+
}

0 commit comments

Comments
 (0)