<style>
        body {
            background: url(back.jpeg) no-repeat;
            -moz-background-size: cover;
            -webkit-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
        div {
            position: relative;
        }

        h1 {
            position: absolute;
            top: 50%;
            left: 50%;
            color: #fff;
        }
    </style>
</head>
<body style="background-attachment:fixed" topmargin="0">


<div style="text-align:center">
    <img src="https://picsum.photos/id/1023/536/354" height=100% width="1300">
    <h1>TEXT</h1>
</div>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.