initial commit

This commit is contained in:
root
2023-03-10 18:11:06 +00:00
commit 53ba59c39d
9 changed files with 112 additions and 0 deletions

7
blog/style.css Normal file
View File

@ -0,0 +1,7 @@
html {
background-color: #121212;
border: 3vh solid #121212;
font-family: sans-serif;
font-size: 2vh;
color: white;
}