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.

103 lines
1.5 KiB

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,900&display=swap');
body
{
margin:0;
background-image: url("../images/wallhaven-650953.png");
height:100%;
width:100%;
position:absolute;
top:0%;
left:0%;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
.Footer
{
font-family:Verdana, sans-serif;
color:rgb(14, 19, 19);
position: fixed;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
}
button
{
display:inline-block;
padding:0%;
margin:0;
height:10%;
width:30%;
}
.Discordbtn
{
position:static;
}
.DiscordAddBtn
{
height: 70%;
width:70%;
}
.githublogo
{
height:5%;
width:5%;
}
.github
{
display:inline-block;
padding:3%;
font-family:Verdana, sans-serif;
font-size:100%;
font-weight:bolder;
color:black;
text-align: center;
}
h1
{
display:block;
padding-bottom: 30%;
color:rgb(0, 183, 255);
font-size: 50px;
font-family: 'Lato', sans-serif;
font-weight: bolder;
text-align: center;
}
a,
a:link,
a:visited,
a:hover,
a:active
{
text-decoration: none;
color:black;
}
.center
{
text-align: center;
margin: auto;
width: 50%;
padding: 10px;
}
.verticalCenter
{
position: absolute;
margin: 0;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.container
{
height: 100%;
position: relative;
}