Answers for "set the background of div to an image"

CSS
15

how to set div background image

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

Code answers related to "set the background of div to an image"

Browse Popular Code Answers by Language