line-clamp-015-ref.html (329B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <style> 5 .clamp { 6 display: inline-block; 7 font: 16px / 32px monospace; 8 white-space: pre; 9 padding: 0 4px; 10 width: 7.01ch; 11 background-color: yellow; 12 } 13 </style> 14 Before <div class="clamp">Line 1 15 Line 2 16 Line 3…</div> After</div> 17 <p>Following content.</p>