Answers for "html text vertical direction"

CSS
16

css text vertical direction

.verticalText {
  writing-mode: vertical-lr;
  text-orientation: upright;
}
Posted by: Guest on October-29-2020

Code answers related to "html text vertical direction"

Browse Popular Code Answers by Language