Files
site/netbsdclub.css
rawleyfowler 16a7473730 Movement
2025-03-12 16:22:25 -05:00

26 lines
353 B
CSS

body {
width: 100vw;
height: 100vh;
background-color: black;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
color: gray;
}
a {
color: #bb0000;
}
h1, h2, h3, h4, h5 {
color: #bb0000;
}
p {
color: lightgray;
max-width: 300px;
margin: auto;
text-align: center;
}