HELLO WORLD !
<style>
h1 {
font-size: 9vw;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-transform: uppercase;
font-weight: 900;
background-image: url(https://dzone.com/storage/temp/12891072-pic-blocks-in-chain.jpg);
text-align: center;
}
</style>
<body>
<h1>Hello, world!</h1>
</body>