diff --git a/Roboto-Regular.woff b/Roboto-Regular.woff new file mode 100644 index 0000000..b070d8e Binary files /dev/null and b/Roboto-Regular.woff differ diff --git a/Roboto-Regular.woff2 b/Roboto-Regular.woff2 new file mode 100644 index 0000000..30370cf Binary files /dev/null and b/Roboto-Regular.woff2 differ diff --git a/front.php b/front.php index d461aff..e3a3a2c 100644 --- a/front.php +++ b/front.php @@ -1,19 +1,31 @@ - + VirtIT ft "> "> + + + +

File Transfer

-Drag and Drop your file or +Drag and Drop your file or



-
+
This tool is usable with curl or wget.

@@ -27,7 +39,10 @@ To download file :
  • wget -O hello.txt
  • - + + + \ No newline at end of file diff --git a/style.css b/style.css index 3a522fb..8e594b3 100644 --- a/style.css +++ b/style.css @@ -1,14 +1,34 @@ -html { - max-width: 1500px; +body{ + position: relative; + min-height: 100vh; + margin: 0; +} +.core { + font-family: 'Roboto', sans-serif; + max-width: 900px; margin: auto; - display: inline-block; + padding: 5px; padding-top:50px; - text-align: center; - + text-align: center; + padding-bottom: 85px; +} + +@media (min-width: 370px) { + .core { + padding-bottom: 65px; + } +} +@media (min-width: 600px) { + .core { + padding-bottom: 45px; + } +} + +h1 { + font-size: 38; } .dragndrop { - margin: 20%; margin-top: 5%; margin-bottom: 3%; background-color: #a3a3a3; @@ -16,34 +36,37 @@ html { padding-top: 5%; height:40%; font-size: 20px; - cursor: pointer; border: 6px dashed #444444; border-radius: 20px; } -.dragover { - background-color: #888888; +.dragndrop .button { + cursor: pointer; } -.dragndrop:hover { +.dragover { background-color: #888888; } .infobox { text-align: left; background: #eeeeee; - margin-left: 20%; - margin-right:20%; border-radius: 20px; border: 4px solid #a3a3a3; padding: 10px; } -.footer { - position: fixed; - padding: 1%; +footer { + position: absolute; + padding-top: 10px; + padding-bottom: 10px; bottom: 0; - left: 0; width: 100%; text-align: center; background-color: #eeeeee; } + +footer a { + color: #555; + font-weight: bold; + text-decoration: none; +}