Added a new blog post fixed some footer issue

This commit is contained in:
Purplebored
2024-05-07 20:32:20 +02:00
parent d50c7d94a8
commit fdaa36f36a
6 changed files with 46 additions and 5 deletions

View File

@@ -2,6 +2,7 @@ body {
background-color: #000;
margin:0;
height: 100;
overflow-x: hidden
}
/* Ascii logo */
.ascii-logo {
@@ -86,13 +87,15 @@ a {
}
/* End of the Blog content thingy */
/*Blog Content 2 (This is mostly for the content of the blogs like the blog posts themself */
.content-blog-2{
.content-blog-2 {
font-family: monospace;
white-space: pre;
color: #a57ae9;
top: 25px;
font-size: large;
overflow-x: hidden;
margin: 0;
width: 100%;
}
/* End of the Blog content 2thingy */
/* That sick badge / banner thing */