CSS -Hintergrundbild oben rechts gezeigt

<style>
body {
  background-image: url("img_tree.png");
  background-repeat:no-repeat ;
  background-position:top right ;
}
</style>
Yucky Yak