From da41439428e92bf4d448c045e932c25a8390072e Mon Sep 17 00:00:00 2001
From: abrendan <94894839+abrendan@users.noreply.github.com>
Date: Mon, 1 Jan 2024 01:56:07 +0000
Subject: [PATCH] Added a button for the GitHub Page and changed the font to
Google's Roboto
---
html/index.html | 10 +++++++---
html/style.css | 6 +++++-
2 files changed, 12 insertions(+), 4 deletions(-)
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;