Cómo especificar que la imagen de fondo debe mostrarse una vez, en la esquina superior derecha.

body {
  background-image: url("img_tree.png");
  background-repeat: no-repeat;
  background-position: top right;
}
Winner Ekwuazi