add border to footer

This commit is contained in:
2025-08-04 02:17:51 +03:00
parent c7f29c1cd4
commit 6e86832211
2 changed files with 8 additions and 0 deletions

View File

@ -793,3 +793,7 @@ ul, ol {
background-color: rgba(0, 0, 0, 0.5019607843);
padding: 5px 10px;
}
footer {
border-top: 1px solid black;
}