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.

Related concepts

Background Image - Set position and no-repeat

Background Image: Background Image - Set position and no-repeat — Structure map

Clickable & Draggable!

Background Image: Background Image - Set position and no-repeat — Related pages: