diff --git a/assets/css/style.css b/assets/css/style.css index 8a0056f..36613ea 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,73 +1,73 @@ -body { - background-color: #000; - margin:0; - height: 100; - overflow-x: hidden -} - -/* Ascii logo */ -.ascii-logo { - font-family: monospace; - white-space: pre; - color: #a57ae9; - top: 50px; -} -/* End of Ascii logo */ - -/* The main content of the website */ -.content1 { - margin-left: 20px; - margin-right: 20px; - 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-right: 20px; - 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 */ - -/*Code to make footer look cool and ncie :D*/ -footer { - font-family: monospace; - position: fixed; - text-align: center; - bottom: 0; - width: 100%; - padding: 1em; - color: white; - text-decoration: none; - background: transparent; -} -/* End of the code which makes the footer look nice :( */ - -/* Makes hyperlinks not look like shit */ -a { - text-decoration: none; - color: #447fc6; -} -/* 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; -} - -/* CSS to make the guides look nice. */ -.ascii-logo2 { - font-family: monospace; - white-space: pre; - color: #a57ae9; - top: 50px; -} \ No newline at end of file +body { + background-color: #000; + margin: 0; + height: 100; + overflow-x: hidden; +} + +/* Ascii logo */ +.ascii-logo { + font-family: monospace; + white-space: pre; + color: #a57ae9; + top: 50px; +} +/* End of Ascii logo */ + +/* The main content of the website */ +.content1 { + margin-left: 20px; + margin-right: 20px; + 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-right: 20px; + 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 */ + +/*Code to make footer look cool and ncie :D*/ +footer { + font-family: monospace; + position: fixed; + text-align: center; + bottom: 0; + width: 100%; + padding: 1em; + color: white; + text-decoration: none; + background: transparent; +} +/* End of the code which makes the footer look nice :( */ + +/* Makes hyperlinks not look like shit */ +a { + text-decoration: none; + color: #447fc6; +} +/* 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; +} + +/* CSS to make the guides look nice. */ +.ascii-logo2 { + font-family: monospace; + white-space: pre; + color: #a57ae9; + top: 50px; +} diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..e50f755 Binary files /dev/null and b/favicon.ico differ