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