The writing-mode CSS property sets whether lines of text are laid out horizontally or vertically, and the direction in which blocks and lines progress.

.element {
  writing-mode: vertical-rl;
}

This is most useful in languages such as Chinese, Japanese or …


writing-mode originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.