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.
Source: CSS-Tricks (Published: Tue, 21 Jul 2026 09:39:10 +0000). Read the full article on the original site.




