x
 
1
<!DOCTYPE html>
2
<title>My Example</title>
3
4
<style>
5
  html, body {
6
    height: 100%;
7
    padding: 20px;
8
    box-sizing: border-box;
9
  }
10
  body {
11
    background-image: url(/pix/samples/bg2.png);
12
    background-position: calc(100% - 20px) calc(100% - 10px); 
13
    background-repeat: no-repeat;
14
  }
15
</style>