<div class="blend">
<img src="https://duomly.nyc3.digitaloceanspaces.com/articles/coding/alps-lake.jpg" />
<h1>NATURE</h1>
</div>
.blend {
width: 100vw;
height: 500px;
display: flex;
align-items: center;
justify-content: center;
}
.blend img {
position: absolute;
}
.blend h1 {
font-size: 150px;
mix-blend-mode: overlay;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.