first-line-in-columnset-1.html (219B)
1 <!DOCTYPE html> 2 <style> 3 div { color: red; border: 10px solid green; column-count: 2 } 4 div::first-line { color: green; border: 10px solid red; } 5 </style> 6 <div> 7 <span style="border: inherit">Some text</span> 8 </div>