1900028-text-mask-pdf.html (347B)
1 <!DOCTYPE html> 2 <head> 3 <meta charset="utf-8"> 4 <link href="print.css" rel="stylesheet"> 5 <style> 6 .test { 7 color: transparent; 8 font-size: 50px; 9 background: blue; 10 background-clip: text; 11 height: 2em; 12 } 13 </style> 14 </head> 15 <p>Some text</p> 16 <p class=test>background-clip:text</p> 17 <p>More text after the test</p>