block-ellipsis-007-ref.html (278B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <style> 5 .clamp { 6 color: teal; 7 } 8 .first-line { 9 color: purple; 10 font-weight: bold; 11 font-style: italic; 12 font-size: 1.5em; 13 } 14 </style> 15 <div class="clamp"> 16 <span class="first-line">Line 1</span>… 17 </div>