Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
brunovalenzisi committed Aug 21, 2023
1 parent cdf344d commit 29e22bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<style>
/* In order to place the tracking correctly */
canvas.drawing, canvas.drawingBuffer {
padding:50px;
position: absolute;
left: 0;
top: 0;
Expand All @@ -22,7 +23,7 @@
<body>

<button id="comenzar">comenzar</button>
<div style="width: 400px; height:400px;" id="scanner-container"></div>
<div style="width: 400px; height:400px;padding: 50px;" id="scanner-container"></div>
<select style="margin-top: 50px;" id="select" name="select"></select>
<input style="margin-top: 50px;" id="linterna" type="button" value="torch">

Expand Down

0 comments on commit 29e22bc

Please sign in to comment.