webkit-line-clamp-015-ref.html (336B)
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: horizontal; 8 font: 16px / 32px serif; 9 white-space: pre; 10 padding: 4px 0; 11 background-color: yellow; 12 writing-mode: vertical-rl; 13 } 14 </style> 15 <div class="clamp">Line 1 16 Line 2 17 Line 3 18 Line 4 19 Line 5</div>