Answers for "change text direction from vertical to horizontal css"

CSS
18

css text vertical direction

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

Code answers related to "change text direction from vertical to horizontal css"

Browse Popular Code Answers by Language