logo

NJP

writing-mode

CSS-Tricks · Jul 21, 2026 · article

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.

View original source

https://css-tricks.com/almanac/properties/w/writing-mode/