0
How do you put image url in HTML?
I want to insert a background image to my HTML but I'm finding it difficult to do so. https://code.sololearn.com/WBwn2V2eTKwL/?ref=app
6 Respostas
+ 12
It just goes in your CSS
like in the example code
#eyes {
position:absolute;
top:150px;
left:100px;
width:152px;
height:41px;
background-image:url(https://image.ibb.co/nfS4h8/animegirl.png);
}
0
sorry
0
I know how to do it
- 1
Why you have linked Wendy code?
- 1
Mosa Sadeq Al-Kholaidi This is not a chat, please post only if related to discussion
- 1
hello