line-clamp-auto-029-ref.html (327B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <style> 5 .clamp { 6 display: flow-root; 7 font: 16px / 32px serif; 8 white-space: pre; 9 background-color: yellow; 10 margin: 4px; 11 } 12 .clamp div { 13 margin: 4px; 14 } 15 </style> 16 <div class="clamp"><div><div><div>Line 1 17 Line 2 18 Line 3 19 Line 4…</div></div></div></div>