Spaces:
Running
Running
Update assets/styles.css
Browse files- assets/styles.css +12 -2
assets/styles.css
CHANGED
@@ -5,13 +5,23 @@ body {
|
|
5 |
padding: 0;
|
6 |
}
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
video,
|
9 |
canvas {
|
10 |
-
position:
|
11 |
width: 640px;
|
12 |
height: 480px;
|
13 |
border: 1px solid #ccc;
|
14 |
-
margin-top: 10px;
|
15 |
}
|
16 |
|
17 |
button {
|
|
|
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 {
|