Add footer

This commit is contained in:
Edgar P. Burkhart 2022-05-06 21:06:15 +02:00
parent 0e486e6ca9
commit fb5e7ba5e3
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 18 additions and 2 deletions

View file

@ -12,6 +12,7 @@
--text-00: #ffffffde;
--bg-00: #000000;
--bg-01: #dedede;
--link: #0066ffde;
}
@ -89,3 +90,14 @@ nav img {
ul {list-style-type: ""}
ol {list-style-type: decimal-leading-zero}
li {padding-left: .5rem}
footer {
background: var(--bg-01);
bottom: 0;
left: 0;
right: 0;
text-align: center;
height: 4rem;
padding: 1rem;
line-height: 2rem;
}