<div>Clip</div>
$img: "https://picsum.photos/500/500?random=5";
body, html {
width: 100%;
height: 100%;
display: flex;
}
div {
margin: auto;
}
div {
margin: auto;
width: 400px;
height: 300px;
line-height: 300px;
text-align: center;
font-size: 180px;
font-weight: bold;
// color: deeppink;
color: transparent;
background: url($img) no-repeat center center;
background-size: cover;
background-clip: text;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.