initial commit
This commit is contained in:
22
netbsdclub.css
Normal file
22
netbsdclub.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user