This commit is contained in:
Never Gude 2026-01-28 14:10:27 +01:00
parent 50caf6c6f3
commit 1376cf0e9c
14 changed files with 87 additions and 12 deletions

View file

@ -62,8 +62,8 @@ body {
justify-content: space-between;
text-align: left;
border: 4pt ridge var(--border);
background: url("images/sand.png");
background-size: 25%;
background: url("images/shark-top-small.png");
background-size: contain;
}
#page-header li {
@ -122,8 +122,8 @@ body {
#page-footer {
border: 4pt ridge var(--border);
background: url("images/sand.png");
background-size: 25%;
background: url("images/shark-top-small.png");
background-size: contain;
display: flex;
justify-content: center;
}