diff --git a/www/index.html b/www/index.html index 3a40689..dbe4cbb 100644 --- a/www/index.html +++ b/www/index.html @@ -11,15 +11,24 @@ body { background-color: black; } - h3, p { + h1, h3, p { color: white; text-align: center } + img { + position: absolute; + width: 420px; + height: auto; + left: 50%; + top: 50%; + margin-left: -285px; + margin-top: -190px; + }