Background Image: Background Image - Set position and no-repeat
Background Image - Set position and no-repeat
//the position of the image is specified by the background-position property
body {
background-image: url("img_tree.png");
background-repeat: no-repeat;
background-position: right top;
} Showing the background image only once is also specified by the background-repeat property.
Semantic portal