Answers for "add image to background div"

CSS
13

how to set div background image

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

make image background of div

background-image: url("photographer.jpg");
Posted by: Guest on April-03-2020

Code answers related to "add image to background div"

Browse Popular Code Answers by Language