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

+