+ 7
How put a photo in background
Html
7 Respostas
+ 9
You can use this CSS snippet in your code to do that
YOUR_ELEMENT {
background-image: url("PATH_TO_THE_IMG");
}
Read more about CSS backgrounds
www.w3schools.com/css/css_background.asp
+ 3
How insert image ti background in gallery
+ 3
Mr.knowbody I didn't get you
+ 2
You can see a good solution here:
https://www.w3schools.com/tags/att_body_background.asp
+ 2
i try but i cant
+ 1
This is the code