From cb4ef7404cc1cf263d98047df6fa7d7f258cba60 Mon Sep 17 00:00:00 2001 From: Innovation Inc Date: Wed, 18 Sep 2019 20:35:07 -0500 Subject: [PATCH] Update index.html --- index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 523189b..4b4f035 100644 --- a/index.html +++ b/index.html @@ -58,9 +58,11 @@ right: 2px; } .verticalcenter { - vertical-align: middle; - text-align: center; - } + margin: 0; + position: absolute; + top: 50%; + left: 50%; + }