I have a div that contains two lines, but I want them to appear as vertical.
This is how my div looks like
<div>
Line One <br>Line Two
</div>
Is there a way to make the orientation of the text inside the vertical div so that it looks like
L L
I I
N N
E E
O T
N W
E O
Asdfg source
share