clip-text-ellipsis-ref.html (201B)
1 <!DOCTYPE html> 2 <style> 3 .clip { 4 font-size: 80px; 5 width: 4em; 6 color: green; 7 text-overflow: ellipsis; 8 white-space: nowrap; 9 overflow: hidden; 10 } 11 12 </style> 13 <div class="clip">AAAAAAAAAAAAA</div>