well i have no actual idea how to do the css stuff
i got my background code from a friend and how i got the green text in the top left was an accident
so
if anyone wants to put some stuff in the comments or msg me that would be great :D
<333333333 ily!!!!!11 /p!!!!!!1111
alter!!
just realized that not all of my code actually showed up when i commented it so uh just copy and paste it from here
https://justpaste.it/61am5
heres my css you can use as a base, just change the images, gifs, colors, and stuff so that it's not the exact same :3
.logo {
font-size: 0px;
}
.logo::after {
content: "add ur custom message here";
font-size: 23px;
color: white;
}
div#header {
color: white;
background-color: #ff0026;
background-image: url(insert link here);
background-position: 350 center;
text-align: center;
}
div#hSub {
background-color: #ff0026;
text-align:
https://www.w3schools.com/css/ is really helpful :)