Attach footer to the bottom of the screen

This commit is contained in:
speedie 2024-03-30 04:12:31 +01:00
parent 1b74e277b0
commit a9811e932b

View file

@ -70,9 +70,9 @@ header img {
/* Footer Style */ /* Footer Style */
footer { footer {
position: relative; position: fixed;
left: 0px; left: 0px;
bottom: 0vh; bottom: 0px;
z-index: 10px; z-index: 10px;
height: 30px; height: 30px;
width: 100%; width: 100%;