aboutsummaryrefslogtreecommitdiffstats
path: root/css/sharefile_style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/sharefile_style.css')
-rw-r--r--css/sharefile_style.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/css/sharefile_style.css b/css/sharefile_style.css
new file mode 100644
index 0000000..f7118fc
--- /dev/null
+++ b/css/sharefile_style.css
@@ -0,0 +1,25 @@
+body {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.content {
+ flex: 0 0 0;
+ display: flex;
+ flex-direction: column;
+ gap: 1rem;
+ align-items: center;
+ justify-content: center;
+}
+
+.h {
+ display: flex;
+ gap: 0.8rem;
+ align-items: center;
+ justify-content: center;
+}
+
+input[type=submit] {
+ margin-top: 0.5rem;
+}