+ 3

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

7th Aug 2020, 4:43 AM
⋆ 🎀 𝐼𝓈𝒽𝒶𝓃 🎀 ⋆
⋆  🎀 𝐼𝓈𝒽𝒶𝓃 🎀  ⋆ - avatar
2 ответов
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