some background image colors for code for css code example
Example 1: background css image
background-image: url('./image.jpg');
Example 2: css background image
body {
background-image: url("paper.gif");
}
background-image: url('./image.jpg');
body {
background-image: url("paper.gif");
}