background img url css code example
Example 1: css background image
background-image: url("image.gif");
Example 2: css background image
body {
background-image: url("paper.gif");
}
background-image: url("image.gif");
body {
background-image: url("paper.gif");
}