Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>background-clip:text clips background to text area (reference)</title>
<style>
div {
font-size: 100px;
width: 400px;
color: green;
}
</style>
<!-- There should be no red below. Text should appear green on white. -->
<div>XXXX</div>