clip-text-ellipsis.html (528B)
1 <!DOCTYPE html> 2 <title>background-clip:text with ellipsis</title> 3 <link rel="help" href="https://drafts.csswg.org/css-backgrounds-4/#valdef-background-clip-text"> 4 <link rel="match" href="clip-text-ellipsis-ref.html"> 5 <meta name="fuzzy" content="maxDifference=0-45; totalPixels=0-1350"> 6 <style> 7 .clip { 8 font-size: 80px; 9 width: 4em; 10 color: transparent; 11 background-color: green; 12 background-clip: text; 13 text-overflow: ellipsis; 14 white-space: nowrap; 15 overflow: hidden; 16 } 17 </style> 18 <div class="clip">AAAAAAAAAAAAA</div>