ok
This commit is contained in:
parent
ba4571f36c
commit
ea090b0c2d
2 changed files with 30 additions and 4 deletions
15
style.css
15
style.css
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue