From e28c1adb5e2ba5e6478a55d68f829d340289349f Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Fri, 25 Nov 2022 09:16:38 -0600 Subject: [PATCH] better stylings --- template/header.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/template/header.html b/template/header.html index 44a2be9..af8f51b 100644 --- a/template/header.html +++ b/template/header.html @@ -10,6 +10,14 @@ padding: 0; outline: none; } + html, body { + height: 100%; + } + body { + display: flex; + align-items: center; + justify-content: center; + } ul { list-style-type: none; overflow: auto; @@ -42,13 +50,6 @@ body { background-color: #11111b; } - #container { - position: fixed; - display: block; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - } input { width: 100%; background-color: #11111b; @@ -61,13 +62,13 @@ margin-top: 20px; text-align: center; } - ::-moz-placeholder { + input::placeholder { color: #313244; opacity: 1; } -
+