Update index.html
Browse files- index.html +6 -8
index.html
CHANGED
@@ -13,16 +13,14 @@
|
|
13 |
font-family: Arial, sans-serif;
|
14 |
}
|
15 |
canvas {
|
16 |
-
display:
|
17 |
-
margin:
|
18 |
-
padding: 0px;
|
19 |
-
width: 100%;
|
20 |
-
height: 100%;
|
21 |
}
|
22 |
#scene-container {
|
23 |
width: 80vw;
|
24 |
height: 80vh;
|
25 |
-
margin
|
|
|
26 |
}
|
27 |
#uploadForm {
|
28 |
margin-top: 20px;
|
@@ -60,7 +58,7 @@
|
|
60 |
</label>
|
61 |
</div>
|
62 |
<button id="replayButton" style="margin-top: 10px; display: none;" onclick="replayAnimation()">γγδΈεΊ¦εη</button>
|
63 |
-
<canvas id="canvas"></canvas>
|
64 |
<div id="scene-container"></div>
|
65 |
|
66 |
<!-- Three.js γ©γ€γγ©γͺ -->
|
@@ -184,4 +182,4 @@
|
|
184 |
}
|
185 |
</script>
|
186 |
</body>
|
187 |
-
</html>
|
|
|
13 |
font-family: Arial, sans-serif;
|
14 |
}
|
15 |
canvas {
|
16 |
+
display: block;
|
17 |
+
margin-top: 20px;
|
|
|
|
|
|
|
18 |
}
|
19 |
#scene-container {
|
20 |
width: 80vw;
|
21 |
height: 80vh;
|
22 |
+
margin: 0px;
|
23 |
+
padding: 0px
|
24 |
}
|
25 |
#uploadForm {
|
26 |
margin-top: 20px;
|
|
|
58 |
</label>
|
59 |
</div>
|
60 |
<button id="replayButton" style="margin-top: 10px; display: none;" onclick="replayAnimation()">γγδΈεΊ¦εη</button>
|
61 |
+
<canvas id="canvas" style="display: none;"></canvas>
|
62 |
<div id="scene-container"></div>
|
63 |
|
64 |
<!-- Three.js γ©γ€γγ©γͺ -->
|
|
|
182 |
}
|
183 |
</script>
|
184 |
</body>
|
185 |
+
</html>
|