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