Vertically flowing text with css

后端 未结 4 2109
你的背包
你的背包 2021-01-15 14:57

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

<
4条回答
  •  南方客
    南方客 (楼主)
    2021-01-15 15:22

    If you have only one line of text you could try using width:1em;letter-spacing:1px (and a space between each letter)

    edit: if you want to use no space between each letter width:1em;letter-spacing:1em;word-wrap:break-word

提交回复
热议问题