add footer styling

This commit is contained in:
filifa 2024-05-27 15:24:03 -05:00
parent 4eee95bdae
commit edc5e33774
1 changed files with 25 additions and 0 deletions

View File

@ -18,6 +18,13 @@ dd-header {
box-shadow: 5px 5px 5px; box-shadow: 5px 5px 5px;
} }
dd-footer {
margin: 5px;
width: 80ch;
max-width: 100%;
box-shadow: 5px 5px 5px;
}
header { header {
height: 110px; height: 110px;
flex: auto; flex: auto;
@ -25,6 +32,24 @@ header {
align-items: center; align-items: center;
} }
footer {
border: 3px black solid;
background: turquoise;
text-align: center;
}
footer ul {
padding: 0;
}
footer ul li {
display: inline;
}
footer ul li + li::before {
content: " | ";
}
#headerimg { #headerimg {
border: 3px black solid; border: 3px black solid;
border-right: 0; border-right: 0;