This commit is contained in:
bronku 2026-04-14 22:29:46 +02:00
parent ba4571f36c
commit ea090b0c2d
2 changed files with 30 additions and 4 deletions

View file

@ -1 +1,16 @@
body {
background-color: #fff8f0;
}
nav {
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
}
nav div {
grid-column: 2;
display: flex;
justify-content: center;
}