diff --git a/html/index.html b/html/index.html index 30da14b..a66e829 100644 --- a/html/index.html +++ b/html/index.html @@ -39,13 +39,14 @@ - -

Made by abrendan. Visit my website for more of my projects.

-
- - +
+ +

Made by abrendan. Visit my website for more of my projects.

+
+ + +
-

V2.0.1

diff --git a/html/style.css b/html/style.css index 77d3fb4..0e5fbfc 100644 --- a/html/style.css +++ b/html/style.css @@ -27,6 +27,10 @@ input{ .Message{ color: #000000; } +.other { + width: 100%; /* Set width */ + text-align: center; /* Center inline and inline-block elements within */ +} #Logo{ height: 80px; }