text-box-trim-multicol-008-ref.html (455B)
1 <!DOCTYPE html> 2 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 3 <style> 4 .multicol { 5 column-count: 3; 6 column-fill: auto; 7 border: 1px solid; 8 height: 160px; 9 width: 20ch; 10 font-family: Ahem; 11 font-size: 40px; 12 line-height: 1; 13 } 14 .down-half { 15 position: relative; 16 top: 20px; 17 } 18 </style> 19 <div class="multicol"> 20 <div class="down-half"> 21 abc<br><br>abc<br><br> 22 </div> 23 abc<br><br>abc<br><br> 24 abc<br><br>abc<br><br> 25 </div>