Skip to content

Commit c122161

Browse files
committed
Css style
1 parent c508026 commit c122161

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

style.css

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
html, body {
1+
html,
2+
body {
23
margin: 0;
34
padding: 0;
4-
width: 100%;
5-
height: 100%;
65
overflow: hidden;
76
}
8-
#canvas {
9-
background-color: black;
10-
width: 100%;
11-
height: 100%;
7+
canvas {
128
display: block;
139
}

0 commit comments

Comments
 (0)