From c24b264d8c8d9bf7d4ba36ee677fced68aa663eb Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Tue, 24 Aug 2021 12:34:03 +0200 Subject: [PATCH] cleanup CSS --- index.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index d71a2e4..0a5ae0f 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@ #container { left: 0px; position: absolute; + text-align: center; top: 50%; transform: translateY(-50%); width: 100%; @@ -21,17 +22,15 @@ bottom: 0px; left: 0px; position: absolute; + text-align: center; width: 100%; } #question { color: #52768a; - display: block; font-family: serif; font-size: 200%; margin: 0px 20px 15px 20px; - text-align: center; - vertical-align: middle; } #new-question { @@ -41,12 +40,10 @@ a { color: #bbb8ae; - display: block; + display: inline-block; font-family: sans-serif; padding: 10px; - text-align: center; text-decoration: none; - vertical-align: middle; }