added footer to contact page without usingg Javascript

This commit is contained in:
2026-06-18 15:40:46 +02:00
parent b49621c31d
commit c4a5e19dc8
2 changed files with 11 additions and 0 deletions
+8
View File
@@ -156,3 +156,11 @@ textarea {
.small {
font-size: 10px;
}
.footer {
text-align: center;
background-color: cadetblue;
font-size: 25px;
position: fixed;
bottom: 0;
width: 100%;
}