122 lines
1.3 KiB
CSS
122 lines
1.3 KiB
CSS
body {
|
|
margin: 0%;
|
|
background-color: rgb(47, 47, 47);
|
|
color: white;
|
|
}
|
|
|
|
footer {
|
|
text-align: center;
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background-color: rgb(0, 0, 0);
|
|
}
|
|
|
|
.pp {
|
|
height: 10vh;
|
|
width: 10vh;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.loginHere{
|
|
font-size: 5vh;
|
|
font-family: 'Rubik Iso';
|
|
text-align: center;
|
|
margin-top: 10vh;
|
|
}
|
|
|
|
::placeholder {
|
|
font-size: 3vh;
|
|
text-align: center;
|
|
align-items: center;
|
|
margin:auto;
|
|
}
|
|
|
|
.submit{
|
|
height: 5vh;
|
|
border-radius: 100vh;
|
|
}
|
|
|
|
.submit:hover {
|
|
background-color: blueviolet;
|
|
}
|
|
|
|
input{
|
|
height: 5vh;
|
|
border-radius: 100vh;
|
|
}
|
|
|
|
.pp:hover {
|
|
border: 5px solid rgb(255, 255, 255);
|
|
}
|
|
|
|
.userTxt:hover {
|
|
color:blueviolet;;
|
|
}
|
|
|
|
.userTxt {
|
|
margin-right: 5%;
|
|
}
|
|
|
|
.username {
|
|
display: flex;
|
|
font-size: 4vh;
|
|
max-width: 33%;
|
|
color: aqua;
|
|
justify-content: right;
|
|
}
|
|
|
|
label{
|
|
}
|
|
|
|
.login {
|
|
}
|
|
|
|
.loginForm {
|
|
align-items: center;
|
|
height: 50vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
|
|
.menu {
|
|
color: aqua;
|
|
font-size: 4vh;
|
|
}
|
|
|
|
.pong{
|
|
font-family:'Rubik Iso';
|
|
}
|
|
|
|
.box {
|
|
width: 33%;
|
|
}
|
|
|
|
.center {
|
|
align-self: center;
|
|
}
|
|
|
|
.headerName {
|
|
display:flex;
|
|
max-width: 33%;
|
|
height: 100%;
|
|
font-size: 50px;
|
|
color:blueviolet;
|
|
font-size: 12vh;
|
|
justify-content: center;
|
|
}
|
|
|
|
.header {
|
|
display: flex;
|
|
margin: 0;
|
|
height: 15vh;
|
|
align-items: center;
|
|
background-color: rgb(0, 0, 0);
|
|
}
|
|
|
|
h1 {
|
|
color:blueviolet
|
|
}
|