minimal website rewrite

This commit is contained in:
Nicholas Orlowsky 2023-07-30 18:11:02 -05:00
parent 10b2cc429c
commit a3bc0de320
No known key found for this signature in database
GPG key ID: 24C84C4DDAD95065
110 changed files with 1117 additions and 56040 deletions

22
out/style.css Normal file
View file

@ -0,0 +1,22 @@
* {
font-family: serif;
}
td {
text-align: center;
}
body {
background-color: #fefeaa;
margin: 20px auto;
max-width: 750px;
}
a {
text-decoration: none;
color: #114488;
}
img {
max-width: 100%;
}