Answers for "how to set image as background of div in html using css"

CSS
15

how to set div background image

body {
 background-image: url("paper.gif");
 background-color: #cccccc;
}
Posted by: Guest on November-07-2019
-2

adding background image to a div css

css background image
Posted by: Guest on October-20-2021

Code answers related to "how to set image as background of div in html using css"

Browse Popular Code Answers by Language