webkit-line-clamp-046-ref.html (298B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>CSS Test Reference</title> 4 <style> 5 .clamp { 6 display: flex; 7 font: 16px / 32px serif; 8 white-space: pre; 9 background-color: yellow; 10 padding: 0 4px; 11 justify-content: center; 12 } 13 </style> 14 15 <div class="clamp">Line 1 16 Line 2 17 Line 3 18 Line 4 19 Line 5</div>