webkit-line-clamp-022-ref.html (310B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <style> 5 .clamp { 6 display: -webkit-box; 7 -webkit-box-orient: vertical; 8 font: 16px / 32px serif; 9 white-space: pre; 10 padding: 0 4px; 11 background-color: yellow; 12 } 13 </style> 14 <div class="clamp">Line 1 15 Line 2</div> 16 <p>Following content.</p>