Answers for "how do i rotate the text for vetical css"

CSS
1

vertcial text css

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

Code answers related to "how do i rotate the text for vetical css"

Browse Popular Code Answers by Language