Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>background-clip:text in multi-column layout (reference)</title>
<style>
.clip {
font-size: 40px;
color: green;
margin-left:4em;
}
</style>
<!-- A green word "PASS" should be seen below. -->
<div class="clip">
PASS
</div>