+ 1
Put image
How to put an image as background image of a div tag?
3 Respostas
+ 5
Plz use the search box on sololearn or Google..
+ 4
//Background-image css property is used for that
div{
background-image:url('http://www.sololearn.com/images/tree.jpg');
}
//Lesson
https://www.sololearn.com/learn/CSS/1104/
0
I want to put an image .jpg from internet as background image of div tag in css file