Showing posts with label Display text vertically. Show all posts
Showing posts with label Display text vertically. Show all posts

Wednesday, January 5, 2011

CSS TO Display text vertically

To Rotate the text 90 degrees (i.e. Display it vertically) we can use below CSS Class

CSS Class.

.verticaltext
{
font-family:Verdana, Arial; font-size:12px;
writing-mode: tb-rl;
filter: flipH() flipV();
}