initial commit

This commit is contained in:
rawleyfowler
2025-03-12 16:13:17 -05:00
commit 5dd670b6a4
5 changed files with 62 additions and 0 deletions

22
netbsdclub.css Normal file
View File

@@ -0,0 +1,22 @@
body {
width: 100vw;
height: 100vh;
background-color: black;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
color: gray;
}
div.links a {
color: #bb0000;
}
h1, h2, h3, h4, h5 {
color: #bb0000;
}
p {
color: lightgray;
}