css background properties in one line code example
Example: background css
body {
background: #ffffff url("img_tree.png") no-repeat fixed right top;
}
body {
background: #ffffff url("img_tree.png") no-repeat fixed right top;
}