<div class="double">Hola, World!</div>
.double {
background-image: url('https://images.pexels.com/photos/1059979/pexels-photo-1059979.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500'); /* Сюда вставлять ссылку на необходимый background */
background-size: cover;
background-clip: text;
text-fill-color: transparent;
font-size: 72px;
font-weight: bold;
font-family: "Arial", sans-serif;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.