Added placeholder image, finalized <main> layout
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 3s

This commit is contained in:
2025-07-15 02:23:47 -04:00
parent 69aa30ed29
commit 7de8d94e98
3 changed files with 43 additions and 13 deletions

View File

@ -16,6 +16,7 @@
* {
font-family: "Lato", sans-serif;
box-sizing: border-box;
}
html, body {
@ -32,9 +33,6 @@ html, body, p, h1, h2, h3, h4, h5, h6 {
body {
background-color: var(--background-color);
}
body > * {
box-sizing: border-box;
}
header {
background-color: var(--header-color);