Here's a CSS snippet for creating sideways text:
.header-vertical-text {
writing-mode: vertical-lr;
}