641856-1.html (255B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 p { 6 background:gold; 7 width: 24em; 8 overflow: hidden; 9 10 columns: 2; 11 12 column-rule: solid; 13 } 14 </style> 15 </head> 16 <body> 17 <p>Some<br>text</p> 18 </body> 19 </html>