語法
文字方向text-orientation
Setting orientation of the text characters in a line.
Overview
Class | Declarations |
---|---|
text-orientation:value | text-orientation: value;
|
text:mixed | text-orientation: mixed;
|
text:sideways | text-orientation: sideways;
|
text:sideways-right | text-orientation: sideways-right;
|
text:upright | text-orientation: upright;
|
text:use-glyph-orientation | text-orientation: use-glyph-orientation;
|
Conditionally apply
Apply styles based on different states using selectors and applying conditionally.
<div class="text-orientation:mixed:hover text-orientation:mixed@sm text-orientation:mixed@dark text-orientation:mixed@print">…</div>