update website

This commit is contained in:
CJSatnarine
2025-03-10 14:04:08 -04:00
parent b09b2521dc
commit 110fa1ed8c
10 changed files with 4691 additions and 12778 deletions

32
style.css Normal file
View File

@@ -0,0 +1,32 @@
body {
background-color: black;
font-family: 'Roboto Mono';
}
#construction {
position: absolute;
color: whitesmoke;
top: 10px;
width: 100%;
text-align: center;
z-index: 100;
display: block;
}
a:link, a:visited, a:hover, a:active {
color: rgb(150, 47, 254);
background-color: transparent;
text-decoration: none;
}
h1 {
color: rgb(150, 47, 254);
}
p {
color: white;
}
center {
color: rgb(150, 47, 254);
}