Added a button for the GitHub Page and changed the font to Google's Roboto

This commit is contained in:
abrendan
2024-01-01 01:56:07 +00:00
parent 3ff4eedf62
commit da41439428
2 changed files with 12 additions and 4 deletions

View File

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