writing-mode
This property specifies whether lines of text are laid out horizontally or vertically and the direction in which blocks progress. 3.2. Block Flow Direction: the writing-mode property
Links about writing-mode
Writing Modes And CSS Layout — Smashing Magazine
An understanding of CSS Writing Modes is useful if you want to work with vertical scripts, or change writing mode for creative reasons. However, they also underpin our new layout methods, and those ideas are increasingly being applied across all of CSS. In this article, find out why Rachel Andrew be…
Code sample
form {
writing-mode: vertical-rl;
}
Explore other pages
- clip-path
Specifies a basic shape or references a clipPath element to create a clipping path.
- content-visibility
Controls whether or not an element renders its contents at all.
- aria-details
Identifies the element that provides a detailed, extended description for the object.
- clamp()
Takes three calculations—a minimum value, a central value, and a maximum value