From 335515499b14094288f0a6522c1ff6f84ba512c1 Mon Sep 17 00:00:00 2001 From: Innovation Inc Date: Wed, 18 Sep 2019 20:44:55 -0500 Subject: [PATCH] Update index.html --- index.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 4b4f035..3609559 100644 --- a/index.html +++ b/index.html @@ -57,11 +57,16 @@ bottom: 0px; right: 2px; } - .verticalcenter { - margin: 0; - position: absolute; + .truecenter { + position: fixed; top: 50%; left: 50%; + width: 190px; + height: 90px; + line-height: 90px; + text-align: center; + margin-top: -50px; + margin-left: -100px; }