Footer layout

This commit is contained in:
2022-05-25 09:07:36 +01:00
parent 5d59760a77
commit d7f0a5db36
7 changed files with 7888 additions and 27 deletions

View File

@ -87,4 +87,9 @@ background-color: black;
color: rgb(119, 255, 255);
background-color: black;
}
footer {
position: fixed;
bottom: 0;
z-index:-10;
}