soiz commited on
Commit
89d6b0e
Β·
verified Β·
1 Parent(s): 4fd2267

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -8
index.html CHANGED
@@ -13,16 +13,14 @@
13
  font-family: Arial, sans-serif;
14
  }
15
  canvas {
16
- display: inline-block;
17
- margin: 0px;
18
- padding: 0px;
19
- width: 100%;
20
- height: 100%;
21
  }
22
  #scene-container {
23
  width: 80vw;
24
  height: 80vh;
25
- margin-top: 20px;
 
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>