line-clamp-auto-036-ref.html (373B)
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 padding: 0 4px; 10 background-color: yellow; 11 } 12 .with-height { 13 height: 3lh; 14 background-color: orange; 15 } 16 </style> 17 18 <div class="clamp">Line 1 19 Line 2 20 Line 3 21 Line 4 22 <div class="with-height">Line 5 23 Line 6…</div></div>