rewrite to xhtml made by zayd

This commit is contained in:
2025-03-28 17:42:54 +01:00
parent e8dbc69baa
commit 8713c2badd
23 changed files with 562 additions and 734 deletions

View File

@@ -1,5 +1,5 @@
body {
background-color: #000;
background-color: #000000;
margin: 0;
height: 100;
overflow-x: hidden;
@@ -47,7 +47,7 @@ body {
/* Very easy one is for articels or just post idk how to call them and the content1 thing if for general usage */
/*Code to make footer look cool and ncie :D*/
footer {
.footer {
font-family: IBMWeb, Liberation Mono, monospace;
text-align: center;
margin-top: auto;
@@ -80,3 +80,11 @@ a {
color: #a57ae9;
top: 50px;
}
.error {
margin: 0 auto;
text-align: center;
font-family: monospace;
white-space: pre;
color: #a57ae9;
}