Background Clip
by Marius Jopen
HTML
<div class="text">TEXT</div>
CSS
.text{
font: 40vw;
text-align: center;
margin: 0;
background: url("https://rpsthecoder.github.io/img-repo/Taitō%20by%20Jezael%20Melgoza.jpg") center;
background-size: contain;
margin: auto;
width: 75vw;
background-clip: text;
-webkit-background-clip: text;
color: transparent;
}