diff --git a/html/index.html b/html/index.html index 6035e17..d301bba 100644 --- a/html/index.html +++ b/html/index.html @@ -4,6 +4,7 @@ MicDropMessages + @@ -11,7 +12,7 @@
-

MicDropMessages V1.4

+

MicDropMessages V1.5

Welcome to MicDropMessages! This small webbased application allows you to chat with your friends anonymously! To start, enter your username and enter a chatroom.

@@ -37,9 +38,12 @@
-

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

- +

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

+
+ + +


diff --git a/html/style.css b/html/style.css index 16a7838..0afca0c 100644 --- a/html/style.css +++ b/html/style.css @@ -4,7 +4,7 @@ body{ background-repeat: no-repeat; /* Do not repeat the image */ background-attachment: fixed; /* The background image does not scroll */ color: #000000; - font-family: 'Segoe UI'; + font-family: 'Roboto'; display: flex; /* Use flexbox to center content */ justify-content: center; /* Center horizontally */ align-items: center; /* Center vertically */ @@ -39,8 +39,12 @@ input{ align-items: center; /* Centering child elements horizontally */ } #Title{ + font-family: 'Segoe UI'; font-size: 300%; } +#LinkButtons{ + display: inline-block; +} .button { background-color:transparent; border-radius:28px;