set background image in url code example
Example 1: background image css
html,body {
background-image: url("your.picture");
}
Example 2: css background image
body {
background-image: url("paper.gif");
}
html,body {
background-image: url("your.picture");
}
body {
background-image: url("paper.gif");
}