<h1>Ocean Magic</h1>
<p>Image is from the codepen assets feature.</p>
h1 {
text-align: center;
text-transform: uppercase;
font-family: "Arial Black";
font-size: 132px;
background: url("https://images.unsplash.com/photo-1507880572231-f85401ce76e6?ixlib=rb-1.2.1&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ")
top;
background-clip: text;
text-fill-color: transparent;
}
p {
font-family: Arial, sans-serif;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.