diff --git a/pages/upload.html b/pages/upload.html
index d558c5a..b4e12df 100644
--- a/pages/upload.html
+++ b/pages/upload.html
@@ -1,8 +1,9 @@
this is the upload page
i think
+
\ No newline at end of file
diff --git a/res/style.css b/res/style.css
index 5a00cea..04f64ee 100644
--- a/res/style.css
+++ b/res/style.css
@@ -55,8 +55,20 @@ body {
background-color:#2E2E2E;
}
+.button-border {
+ border: 2px solid #606060;
+}
+
@media screen and (max-width: 768px) {
.card {
width: 80%;
}
+}
+
+.input {
+ border: none;
+ outline: none;
+ border-radius: 2px;
+ padding: 3px;
+ margin: 3px;
}
\ No newline at end of file