Vertical Text - one letter under another

Vertical text with one letter under another with white space recognition.

by costumingdiary

HTML

<div class="vertical-text">
Here is something text!
</div>

CSS

.vertical-text{width:1em;
word-break:break-word;
float:left;
letter-spacing:1em;
white-space:pre-wrap}