initial commit

This commit is contained in:
2024-11-24 18:36:35 -06:00
commit 1ac6b4cc5f
10 changed files with 271 additions and 0 deletions

33
src/site.css Normal file
View File

@@ -0,0 +1,33 @@
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
color: #dbdbdb;
background-color: #272826;
padding-top: 0.5em;
height: 1.75em;
text-align: center;
}
footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 1.5em;
color: #dbdbdb;
background-color: #272826;
padding-top: 0.5em;
height: 1.75em;
text-align: center;
}
code { white-space: pre; }
a { color: inherit; }
body { background-color: #bbb; }
.inner {
margin: 3em 1ch 3em 1ch;
line-height: 1.5;
}