Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -0
index.html
CHANGED
@@ -8,6 +8,10 @@
|
|
8 |
/* The canvas fills the viewport */
|
9 |
canvas { display: block; }
|
10 |
/* Top horizontal menu bar (outside the canvas) */
|
|
|
|
|
|
|
|
|
11 |
#topMenu {
|
12 |
position: fixed;
|
13 |
top: 0;
|
|
|
8 |
/* The canvas fills the viewport */
|
9 |
canvas { display: block; }
|
10 |
/* Top horizontal menu bar (outside the canvas) */
|
11 |
+
canvas {
|
12 |
+
display: block;
|
13 |
+
margin-top: 94px;
|
14 |
+
}
|
15 |
#topMenu {
|
16 |
position: fixed;
|
17 |
top: 0;
|