+ 1
How do i set a background image for a webpage?? Instead of using only solid colors..!
Can i set background image in every element?
1 Réponse
+ 4
body {
background-image: url("image.png");
}
You can use that to set a background image using CSS.
Some more information here - https://www.w3schools.com/css/css_background.asp