Graduate

Update register.html css

......@@ -10,7 +10,6 @@
<style>
#container {
margin: 0px auto;
border: 10px #333 solid;
}
#videoInput {
background-color: #666;
......@@ -224,7 +223,7 @@ and is wrapped around the whole page content, except for the footer in this exam
<div class="w3-row", style='text-align:center'>
<h2 id="notice"><b>1초 후 얼굴을 촬영합니다</b></h2>
<div id="container">
<video autoplay="true" id="videoInput" style="display: none; object-fit: cover;"></video>
<video autoplay="true" id="videoInput" style="display: none; object-fit:cover;"></video>
<canvas id="canvasOutput"></canvas>
</div>
<div>
......