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; }