hand code posts

This commit is contained in:
wi11-holdsworth 2025-05-28 01:13:32 +10:00
parent dd014a106b
commit 15c5cf1a3e
56 changed files with 367 additions and 711 deletions

23
style.css Normal file
View file

@ -0,0 +1,23 @@
html {
background-color: #000;
color: #d9d9d9;
font-family: sans-serif;
font-size: large;
line-height: 1.4;
margin: 2em auto;
max-width: 800px;
padding: 1em;
scrollbar-gutter: stable both-edges;
}
a {
color: #00a2e7
}
a:visited {
color: #ca1a70
}
h1 {
font-family: serif;
}