background-clip-text-scale-ref.html (329B)
1 <meta charset="utf-8"> 2 3 <style> 4 body { overflow:hidden } 5 p { 6 margin: 1em 0; 7 padding: 1.4em; 8 font: 900 1.2em sans-serif; 9 position:absolute; 10 color: rgba(0,0,0,0); 11 background: red; 12 border: black solid 80px; 13 transform: scale(2,0.3); 14 transform-origin: center; 15 left: 330px; 16 top: -75px; 17 } 18 19 </style> 20 <p>█</p>