text orientation css

54

p {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
/* 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;

Comments

Submit
0 Comments