<p>This is text that needs to be read from top to bottom, and from right to left:</p>

<p class="vertical-rl">This is text that needs to be read from top to bottom, and from right to left.</p>
p {
  font-family: Georgia, serif;
  font-size: 18px;
}

.vertical-rl {
  writing-mode: vertical-rl;
  color: #0074d9;
  display: inline-block;
}
View Compiled

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.