Header, Footer and some more words

This commit is contained in:
2024-03-26 16:20:45 +00:00
parent 0368d04a0a
commit 8f2b0b575b
3 changed files with 69 additions and 19 deletions

View File

@@ -2,9 +2,26 @@ body {
margin: 40px auto;
max-width: 650px;
line-height: 1.8;
font-size: 18;
font-size: 18px;
color: #454545;
padding: 0 10px;
background: #fbf9f7;
}
header {
display: flex;
align-items: center;
}
.link {
padding: 5px;
}
.headerContent {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
@media (prefers-color-scheme: dark) {