0
How can i set background image in css??
Plz suggest me plz plz
4 Antworten
+ 1
In your css
body {
background-image: url("example.jpg");
}
____________________________
or from your html
inside head tag as below
<head>
<style>
body {
background-image: url("example.jpg");
}
</style>
</head>
+ 1
q_muana thank you☺️
0
q_muana ok, but which path we have to write in URL??? I mean from phones gallery or something else?? Plz specify me!!! Thank you ☺️
0
Jilani Khokhar i think dropbox method is best for background images url
https://www.sololearn.com/Discuss/1054246/upload-content-with-dropbox-to-codeplayground