Answers for "text orientation in css"

CSS
1

vertcial text css

p {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
Posted by: Guest on June-18-2020
0

text orientation css

/* 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;
Posted by: Guest on October-07-2021

Browse Popular Code Answers by Language