Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2-capstone-design2
/
2014104149
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Graduate
2020-11-28 16:28:05 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ff9da9be797491abf012f492f14e13a08db1b140
ff9da9be
1 parent
5834a2fa
Update register.html css
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
flask/templates/register.html
flask/templates/register.html
View file @
ff9da9b
...
...
@@ -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>
...
...
Please
register
or
login
to post a comment