From 0ec83c107a77455562b6afac5a7c9e8f3ee42e2b Mon Sep 17 00:00:00 2001 From: subnixr Date: Sat, 10 Mar 2018 04:02:21 +0100 Subject: [PATCH] fix borders --- assets/master.css | 21 +++++++++++++++------ index.html | 22 +++++++++++----------- 2 files changed, 26 insertions(+), 17 deletions(-) diff --git a/assets/master.css b/assets/master.css index 72c9aeb..bd586b3 100644 --- a/assets/master.css +++ b/assets/master.css @@ -33,6 +33,19 @@ html, body { display: block; width: 100%; margin: 15px 0; + box-sizing: border-box; +} + +.btn{ + display: block; + background-color: var(--nord3); + border: 1px transparent solid; + color: var(--nord6); + border-radius: 5px; + font-size: 2rem; + width: 100%; + text-align: center; + font-family: sans-serif; } .file-input{ @@ -50,13 +63,9 @@ html, body { opacity: 0; } -.submit{ - display: block; - background-color: var(--nord3); - border: 1px transparent solid; +.submit { color: var(--nord14); - border-radius: 5px; - font-size: 2rem; + padding: 0; } .bg{ diff --git a/index.html b/index.html index 950ea47..d7f57e3 100644 --- a/index.html +++ b/index.html @@ -11,17 +11,17 @@ -
-
- -
- - file input -
- -
-
+
+
+ +
+ + file input +
+ +
+
- + \ No newline at end of file