Header, Footer and some more words
This commit is contained in:
19
index.css
19
index.css
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user