Using the following to tilt text vertically and it works great.
.verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
}
is there a way to adjust this so the text displays at a lesser angle, say 45 or 30 degrees -- making it appear tilted
Thanks very much in advance.
.verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
}
is there a way to adjust this so the text displays at a lesser angle, say 45 or 30 degrees -- making it appear tilted
Thanks very much in advance.