diff --git a/css/live-camera.css b/css/live-camera.css new file mode 100644 index 0000000..b67af5d --- /dev/null +++ b/css/live-camera.css @@ -0,0 +1,5 @@ +video { + position: absolute; + left: 0; + bottom: 0; +} \ No newline at end of file diff --git a/index.html b/index.html index a63853e..04cb1e9 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@ +
@@ -31,8 +32,11 @@