Added a guide, updated the website in general

This commit is contained in:
2024-11-26 22:47:33 +01:00
parent 569b2c68fd
commit b80488e40c
70 changed files with 343 additions and 1492 deletions

View File

@@ -45,7 +45,7 @@ footer {
padding: 1em;
color: white;
text-decoration: none;
background: #000000;
background: transparent;
}
/* End of the code which makes the footer look nice :( */
@@ -62,4 +62,12 @@ a {
font-family: monospace;
color: #a57ae9;
font-size: small;
}
/* CSS to make the guides look nice. */
.ascii-logo2 {
font-family: monospace;
white-space: pre;
color: #a57ae9;
top: 50px;
}