Add a favicon.
Also formatted CSS :) Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
body {
|
||||
background-color: #000;
|
||||
margin:0;
|
||||
margin: 0;
|
||||
height: 100;
|
||||
overflow-x: hidden
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
/* Ascii logo */
|
||||
@@ -16,21 +16,21 @@ body {
|
||||
|
||||
/* The main content of the website */
|
||||
.content1 {
|
||||
margin-left: 20px;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
font-family: monospace;
|
||||
white-space: normal;
|
||||
color: #a57ae9;
|
||||
font-family: monospace;
|
||||
white-space: normal;
|
||||
color: #a57ae9;
|
||||
}
|
||||
/* End of the main content of the website */
|
||||
|
||||
/* You may ask yourself why are there two identical css sections. */
|
||||
.content2 {
|
||||
margin-left: 20px;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
font-family: monospace;
|
||||
white-space: normal;
|
||||
color: #a57ae9;
|
||||
font-family: monospace;
|
||||
white-space: normal;
|
||||
color: #a57ae9;
|
||||
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 */
|
||||
@@ -57,16 +57,16 @@ a {
|
||||
/* End of the code which makes hyperlink usable */
|
||||
/* The Css for the article website */
|
||||
.article {
|
||||
margin-left: 35px;
|
||||
margin-right: 35px;
|
||||
font-family: monospace;
|
||||
color: #a57ae9;
|
||||
font-size: small;
|
||||
margin-left: 35px;
|
||||
margin-right: 35px;
|
||||
font-family: monospace;
|
||||
color: #a57ae9;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
/* CSS to make the guides look nice. */
|
||||
.ascii-logo2 {
|
||||
font-family: monospace;
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
color: #a57ae9;
|
||||
top: 50px;
|
||||
|
||||
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
Reference in New Issue
Block a user