I've been searching how to change my background image by myself but everything I tried doesn't work.
can someone give the code?
This is what I've been trying to do:
background:<p> <img src="https://i.ibb.co/KWzCG6n/54063017882-f2cf5c38b8-z.jpg"/> </p>;
}
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
pierce 🫁
< style >
body {
background-image: url("insert link here") !important;
background-color: example color !important;
background-attachment: fixed !important;
margin: 0;
padding: 0;
}
Report Comment
Thanks you:D
by Cal; ; Report
*thank
by Cal; ; Report