Spaces:
Running
Running
Delete assets/styles.css
Browse files- assets/styles.css +0 -32
assets/styles.css
DELETED
@@ -1,32 +0,0 @@
|
|
1 |
-
body {
|
2 |
-
font-family: Arial, sans-serif;
|
3 |
-
text-align: center;
|
4 |
-
margin: 0;
|
5 |
-
padding: 0;
|
6 |
-
}
|
7 |
-
|
8 |
-
h1 {
|
9 |
-
margin-top: 20px;
|
10 |
-
}
|
11 |
-
|
12 |
-
#webcam-container {
|
13 |
-
display: flex;
|
14 |
-
justify-content: center;
|
15 |
-
margin-top: 20px;
|
16 |
-
position: relative;
|
17 |
-
}
|
18 |
-
|
19 |
-
video,
|
20 |
-
canvas {
|
21 |
-
position: absolute;
|
22 |
-
width: 640px;
|
23 |
-
height: 480px;
|
24 |
-
border: 1px solid #ccc;
|
25 |
-
}
|
26 |
-
|
27 |
-
button {
|
28 |
-
padding: 10px 20px;
|
29 |
-
font-size: 16px;
|
30 |
-
cursor: pointer;
|
31 |
-
margin-top: 20px;
|
32 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|