insert background image that has css code example
Example 1: how to add background in css
body {
background-image: url("paper.gif");
background-color: #cccccc;
}
Example 2: background image css
html,body {
background-image: url("your.picture");
}
Example 3: css background image
background-image: url("image.gif");