0
Background Html
How can I add an image as background
3 Respostas
+ 6
You cannot use images that are stored in your device. The source needs to be an online one. You can use a free image hosting service like this one:
https://ctrlq.org/images/
+ 4
Use CSS:
body {
background-image: url("fox.jpg");
}
0
but how to add image with mobile Iphone