From d4118ad773598fc75a49e814e4a0fef691fdf05e Mon Sep 17 00:00:00 2001 From: Kyle K Date: Mon, 20 Mar 2017 11:26:27 -0500 Subject: use html5 canvas for background --- static/index.html | 55 +++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 37 insertions(+), 18 deletions(-) (limited to 'static/index.html') diff --git a/static/index.html b/static/index.html index 57d8ea0..6207ac7 100644 --- a/static/index.html +++ b/static/index.html @@ -7,6 +7,7 @@ border: 1px solid black; position: relative; padding: 3px; + margin-right: 5px; } #percent { @@ -19,32 +20,50 @@ background-color: green; width: 0%; } + canvas {display: block;} + body { + background: black; + position: relative; + } + #upload-section { + opacity: 0.9; + background-color: white; + position: absolute; + top: 5px; + left: 5px; + padding-left: 5px; + } - -

Upload File

-
- -
- + +
+

Upload File

+
+ +
+ -
- 0% +
+ 0% -
-
+
+
-
-

Uploaded Files

- - +
+

Uploaded Files

+ + +
+
+
+
- + \ No newline at end of file -- cgit v1.2.3