Edit in JSFiddle

<body>

<h1>Hello World!</h1>
<p>Strange background image...</p>

</body>
body {
    background-image: url("http://timoday.edu.vn/wp-content/uploads/2017/06/images1234.jpg");
}