I want to write text with Bootstrap, vertically but not like transform the text 90°. Vertical, but turned and hard to read.
But actually written like this: Vertical and not turned
I think there was a way to do this with Bootstrap? Do you know something?
You can do something like this:
CSS
.verticaltext{
width:1px;
word-wrap: break-word;
white-space:pre-wrap;
}