added footer

This commit is contained in:
Leon Noe Jovan
2023-01-17 19:09:18 +01:00
parent 2868cf3548
commit 3d0f272d5e
17 changed files with 571 additions and 22 deletions

View File

@@ -153,16 +153,16 @@ em {
.background {
background: #848C90;
background-size: cover;
overflow-y: scroll;
height: 200vh;
padding-bottom: 200px;
width: 100%;
text-align: center;
}
.login-panel {
position: absolute;
position: relative;
width: 50%;
left: 25%;
margin: auto;
text-align: left;
top: 100px;
-webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.25);