Added a Login and Register-Page
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user