We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1592d9a commit 4a388c2Copy full SHA for 4a388c2
1 file changed
Applications/Level/style.css
@@ -4,7 +4,9 @@ html, body,
4
width: 100%;
5
height: 100%;
6
margin: 0;
7
- padding: 0;
8
- box-sizing: border-box;
9
background-color: lightblue;
+}
+
10
+canvas {
11
+ display: block;
12
}
0 commit comments