@cagatay You’d target the body tag and use the below line of CSS
background: url(/assets/customcss/backgrounds/default/default.png) no-repeat center center fixed;Obviously, you need to change the path to suit where your image is being stored.
More info around the background property can be found here
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.