blob: a1f62279f3aab4fc338a251ec6e21e257fadd7e7 [file] [log] [blame]
<!DOCTYPE html>
<style>
body {
margin: 0;
}
#big-black-box {
position: absolute;
background-color: black;
-webkit-background-clip: text;
width: 100%;
bottom: 0;
}
#mask {
color: transparent;
}
</style>
<div id="big-black-box">
<span id="mask">Background mask</span>
</div>