Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<style>
body { font-size: 16px; }
div { position: absolute; font-size: 0.9em; width: 8em; }
.mask { background: green; }
span { display: inline-block; font-weight: bold; width: 4em; }
</style>
<p>There should be no red:<p>
<div class=mask><span>foo</span></div>