p {
background: url('https://photostockeditor.com/asset/1080/16/1607/PSE154.jpg') center no-repeat;
background-size: cover;
width: 110%;
-webkit-background-clip: text;
-webkit-text-fill-color: rgba(255, 255, 255, 0);
line-height: 0.80;
text-transform: uppercase;
font-size: 0.5em;
}
Top comments (2)
Just a heads up that you can add highlighting to the code blocks if you'd like. Just change:
... to specify the language:
More details in our editor guide!
Thanks !!!