Add a favicon.

Also formatted CSS :)

Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
2025-01-11 16:02:45 +02:00
parent 2a6766a1e5
commit 3bfef8ad85
2 changed files with 73 additions and 73 deletions

View File

@@ -1,73 +1,73 @@
body { body {
background-color: #000; background-color: #000;
margin:0; margin: 0;
height: 100; height: 100;
overflow-x: hidden overflow-x: hidden;
} }
/* Ascii logo */ /* Ascii logo */
.ascii-logo { .ascii-logo {
font-family: monospace; font-family: monospace;
white-space: pre; white-space: pre;
color: #a57ae9; color: #a57ae9;
top: 50px; top: 50px;
} }
/* End of Ascii logo */ /* End of Ascii logo */
/* The main content of the website */ /* The main content of the website */
.content1 { .content1 {
margin-left: 20px; margin-left: 20px;
margin-right: 20px; margin-right: 20px;
font-family: monospace; font-family: monospace;
white-space: normal; white-space: normal;
color: #a57ae9; color: #a57ae9;
} }
/* End of the main content of the website */ /* End of the main content of the website */
/* You may ask yourself why are there two identical css sections. */ /* You may ask yourself why are there two identical css sections. */
.content2 { .content2 {
margin-left: 20px; margin-left: 20px;
margin-right: 20px; margin-right: 20px;
font-family: monospace; font-family: monospace;
white-space: normal; white-space: normal;
color: #a57ae9; color: #a57ae9;
font-size: large; font-size: large;
} }
/* Very easy one is for articels or just post idk how to call them and the content1 thing if for general usage */ /* 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*/ /*Code to make footer look cool and ncie :D*/
footer { footer {
font-family: monospace; font-family: monospace;
position: fixed; position: fixed;
text-align: center; text-align: center;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
padding: 1em; padding: 1em;
color: white; color: white;
text-decoration: none; text-decoration: none;
background: transparent; background: transparent;
} }
/* End of the code which makes the footer look nice :( */ /* End of the code which makes the footer look nice :( */
/* Makes hyperlinks not look like shit */ /* Makes hyperlinks not look like shit */
a { a {
text-decoration: none; text-decoration: none;
color: #447fc6; color: #447fc6;
} }
/* End of the code which makes hyperlink usable */ /* End of the code which makes hyperlink usable */
/* The Css for the article website */ /* The Css for the article website */
.article { .article {
margin-left: 35px; margin-left: 35px;
margin-right: 35px; margin-right: 35px;
font-family: monospace; font-family: monospace;
color: #a57ae9; color: #a57ae9;
font-size: small; font-size: small;
} }
/* CSS to make the guides look nice. */ /* CSS to make the guides look nice. */
.ascii-logo2 { .ascii-logo2 {
font-family: monospace; font-family: monospace;
white-space: pre; white-space: pre;
color: #a57ae9; color: #a57ae9;
top: 50px; top: 50px;
} }

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB