Answers for "set background image for div css without url"

CSS
15

how to set div background image

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

add background image in html without css

<body background='path/to/image/file.png'>
Posted by: Guest on August-08-2021

Code answers related to "set background image for div css without url"

Browse Popular Code Answers by Language