1302734-bidi-plaintext-2b.html (266B)
1 <!DOCTYPE html> 2 <style> 3 div { 4 width: 50px; 5 height: 100px; 6 border: 1px solid gray; 7 display: inline-block; 8 writing-mode: vertical-rl; 9 } 10 </style> 11 <!-- direction:rtl should make the text bottom-aligned (i.e. line-right) --> 12 <div style="direction:rtl;">x</div>