+ 3

How to insert a background image (URL) in css for html file???

7th Aug 2020, 4:43 AM
⋆ 🎀 đŒđ“ˆđ’œđ’¶đ“ƒ 🎀 ⋆
⋆  🎀 đŒđ“ˆđ’œđ’¶đ“ƒ 🎀  ⋆ - avatar
2 Respostas
7th Aug 2020, 4:49 AM
Nilesh
Nilesh - avatar
+ 3
You can do that by putting the property in body of the css this way: body { background-image: url("imagePath.extension"); background-color: #cccccc; }
7th Aug 2020, 4:48 AM
TomĂĄs Vargas
TomĂĄs Vargas - avatar