Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>background-clip:text on an inline spanning multiple lines with background image (reference)</title>
<style>
.target {
font-size: 100px;
color: green;
}
.container {
width: 400px;
line-height: 1;
word-wrap: break-word;
background-color: blue;
}
</style>
<div class="container">
<span class="target">XXXXYYYYZZZZWWWW</span>
</div>