1588954-ref.html (327B)
1 <!DOCTYPE html> 2 <style> 3 #multicol { 4 font: 16px/1 sans-serif; 5 height: 10px; 6 column-width: 30px; 7 column-fill: auto; 8 border: 1px solid gray; 9 } 10 .box { 11 writing-mode: vertical-rl; 12 width: 10px; 13 height: 20px; 14 border: 1px solid blue; 15 } 16 </style> 17 18 <div id="multicol"> 19 <span>a</span> 20 <main class="box"></main> 21 </div>