Help im new to Spacehey

Can anyone tell me how to like- change the backround of your profile like when someone clicks to view it if that makes sense


1 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

Salem

Salem's profile picture

so if you want a premade profile you can take one from the layouts section at the top and maybe tweak it if you need to, or you can make one from scratch. you paste the code in your about me section
the code for the very back background looks like this:

body{
background: url(right click on any gif or image to copy and replace this text by pasting);
background-size: 30%;

for the background size you can use a percentage to size it and make it repeat across the whole page or you can set the size as "cover" to make it just one image over the whole page, but if you do that your page cant be any longer than it already is. also you can change out the image for a color if you want, just change "background: url" to "background: color" and either put a color or an rgb hex
the code for the profile background looks like this:

.profile{
background: url(right click on any gif or image to copy and replace this text by pasting);
background-size: cover;

same rules as the very back background basically. i think thats it for backgrounds so yeah also idk if this is gonna format correctly bc its a comment so :(


Report Comment



Thank you so much!

by SceneKidxD꒰(・‿・)꒱; ; Report