This commit is contained in:
filifa
2025-12-29 18:40:15 -05:00
parent 55e889b71d
commit d32c065d30
3 changed files with 9 additions and 43 deletions

View File

@@ -1,8 +1,6 @@
/* header and footer */
header {
display: flex;
align-items: center;
flex-flow: wrap;
padding: 0;
}
footer {
@@ -10,16 +8,11 @@ footer {
}
#headerimg {
border-right: 3px solid black;
width: 128px;
background-image: url("/images/watching.jpg");
flex: initial;
align-self: stretch;
float: right;
}
#headermain {
text-align: center;
flex: auto;
padding: 1rem;
}
#headermain a {