add stick to bottom but it doesnt work

main
CrimsonTome 2022-09-17 15:17:38 +01:00 committed by Rowan Clark
parent 8cdb463547
commit c4a222877a
No known key found for this signature in database
GPG Key ID: F620D51904044094
1 changed files with 2 additions and 0 deletions

View File

@ -437,6 +437,8 @@ img {
display: block; display: block;
} }
footer { footer {
position:sticky;
bottom:0;
text-align: center; text-align: center;
padding: 2em; padding: 2em;
} }