From 9dabbf9bebf9aaa4702cb18d53af754660912fa6 Mon Sep 17 00:00:00 2001 From: emilis Date: Fri, 2 Sep 2022 16:10:58 +0100 Subject: [PATCH] hiding the ugly upload button --- ws/html/templates/index.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/ws/html/templates/index.html b/ws/html/templates/index.html index ca10d38..60b552b 100644 --- a/ws/html/templates/index.html +++ b/ws/html/templates/index.html @@ -15,19 +15,18 @@ } #main-upload { - margin-left: auto; - margin-right: auto; - margin-top: 10%; - margin-bottom: 30%; width: 30%; border: 5px solid rebeccapurple; height: 30vw; padding: 10px; + margin: 0 auto; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; background-color: rgba(13, 6, 19, 0.4); font-size: large; font-weight: bold; - display: flex; - justify-content: center; } @@ -36,8 +35,8 @@

file upload

-
- +

Paste a file to upload it

+