Created login system

This commit is contained in:
TheGreyDiamond
2021-05-30 00:42:03 +02:00
parent 6e3104eef3
commit 14189365e0
8 changed files with 744 additions and 147 deletions

View File

@@ -476,3 +476,24 @@ there.
/* Larger than tablet */
@media (min-width: 1200px) {}
header {
margin: 0px;
height: 20px;
width: 100%;
position: fixed;
top: 0px;
left: 0px;
border-bottom: solid 1px rgba(73, 73, 73, 0.473)
}
.rightMount {
position: fixed;
right: 10px;
}
/*
* {
border: 1px red solid;
}
*/