I would like to have a div with some text in it. But I\'d like the text to flow vertically instead of horizontally. Like this;
M
y
t
e
Please find the answer here you can use text-orientation and
Please check https://jsfiddle.net/yu7qr809/
div{ text-orientation: upright; writing-mode: vertical-lr; }