line-clamp-010-ref.html (246B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <style> 5 .clamp { 6 font: 16px / 32px serif; 7 white-space: pre; 8 height: 4lh; 9 padding: 0 4px; 10 background-color: yellow; 11 } 12 </style> 13 <div class="clamp">Line 1 14 Line 2…</div>