Skip to main content
Programming & Developers

writing-mode

CSS-Tricks · By Mojtaba Seyedi · · 1 views
writing-mode

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 originall...

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.