Text Orientation
.text-orientation-mixed
.text-orientation-mixed
Sets the text orientation to mixed.
CSS equivalent: text-orientation: mixed;
Example usage:
.text-orientation-upright
.text-orientation-upright
Sets the text orientation to upright.
CSS equivalent: text-orientation: upright;
Example usage:
.text-orientation-sideways
.text-orientation-sideways
Sets the text orientation to sideways.
CSS equivalent: text-orientation: sideways;
Example usage:
.text-orientation-sideways-right
.text-orientation-sideways-right
Sets the text orientation to sideways-right.
CSS equivalent: text-orientation: sideways-right;
Example usage:
Last updated