CSS;
body {
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
background: #eee;
}
h1 {
font-size: 150px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 10px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
background: url(city.jpg) 50% 50%;
background-size: cover;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
HTML;
<body>
<h1>DigitalKüre</h1>
</body>
https://youtu.be/NvsDHQTY2ZM