Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>background-clip:text on an inline with forced linebreak (reference)</title>
<style>
.container {
line-height: 1;
}
.textclip {
font-size: 100px;
color: lime;
}
</style>
<div class="container">
<span class="textclip">
XX<br>
<span>YY</span>
</span>
</div>