Added a Login and Register-Page

This commit is contained in:
CodingPhoenixx
2026-02-12 16:31:47 +01:00
parent 7a69e4a4ea
commit 61ebfec1c9
10 changed files with 311 additions and 15 deletions
+3 -5
View File
@@ -5,14 +5,12 @@ footer {
display: flex;
justify-content: space-around;
align-items: center;
padding: 0.8rem 1.5rem;
padding: 0.8rem 0;
font-size: 0.9rem;
margin-top: 3rem;
flex-wrap: wrap;
backdrop-filter: blur(10px);
position: fixed;
bottom: 0;
width: 100vw;
position: relative;
width: 100%;
}
a {