0
How do I set up a css background code?
I am trying to do a custom background for my profile on a game with an image
7 Antworten
+ 1
Becca Noel
👇👇👇👇👇👇
/* you can us it on any css selector */
h1 {
background-image: url("paper.gif"); /* inside brackets write image link or path */
background-color: #cccccc;
}
+ 1
Becca Noel
follow the method👇👇👇 but first download this image in your mobile device
https://code.sololearn.com/WqdloGxJMYvQ/?ref=app
+ 1
Becca Noel
you need to convert your image link into png/jpg format. To do that use the Dropbox image uploading method, i have shared that earlier.
0
What about using a picture?
0
https://postimg.cc/753wK7f9
How would I incorporate this link?
0
Would I add =behind url?
0
body {
background:url("https://i.postimg.cc/RZ8hVLmk/FB-IMG-1654710142702.jpg") no-repeat fixed center;
}