ok but HOW? i genuinely feel like my profile is completed but i need to add a banner.
i read multiple tuts but i still dont understand. PLS SOMEONE TELL ME HOW
like im begging even send me the code so i dont have to do much work >:D.
I RLLY WANNA PUT THIS AS MY BANNER PLS SOMEONE IM BEGGING :C
Comments
Displaying 2 of 2 comments ( View all | Add Comment )
Bananan
Heyye I'm also a beginner with this, but from what I know you need to get a specific code you can find it on some blog here on SPACEHEY just search, and PROBABLY on this blog will be showing better how to place a banner
Report Comment
oki thanks! but i was searching and i js could not find a good code :c
i even thought i found one but it didnt work :'C
by Julia :D; ; Report
Ohdihihshhh I'm very sorry ️️️
by Bananan; ; Report
lucien zeal
you wanna use a pseudoelement like :before or :after to add a div to the space under the header, and then set your image to the background of that
this (in a style tag) should do it:
main:before {
width: 100%;
height: 250px;
display: block;
content: "";
background-image: url('LINK HERE');
margin-top: -6px;
}
and you can change the 250px to however tall you want it, and move the image around in the header with background-size and background-position if it doesn't look right
Report Comment
TYSM TYSM TYSM TYSM TYSM :D
by Julia :D; ; Report