📜  文本方向 css 代码示例

📅  最后修改于: 2022-03-11 14:47:45.327000             🧑  作者: Mango

代码示例3
/* Keyword values */
text-orientation: mixed;
text-orientation: upright;
text-orientation: sideways-right;
text-orientation: sideways;
text-orientation: use-glyph-orientation;

/* Global values */
text-orientation: inherit;
text-orientation: initial;
text-orientation: initial;
text-orientation: unset;