You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

38 lines
879 B

body {
display: flex;
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */
height: 100vh; /* Full viewport height */
margin: 0; /* Remove default margin */
background-color: #f4f4f4;
}
.login-page-container {
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
text-align: center;
width:400px;
box-sizing: border-box;
}
.login-button {
display: block; /* Change to block for vertical alignment */
margin: 10px 0;
padding: 10px 20px;
border-radius: 5px;
color: white;
text-decoration: none;
font-size: 16px;
font-family: "Helvetica Neue", Helvetica, serif;
}
.twitch {
background-color: #9146ff;
}
.google {
background-color: #db4437;
}
.x {
background-color: #1da1f2;
}