<div>
  <p>
    名前:田中 太郎<br>
    年齢:25歳<br>
    趣味:映画鑑賞<br>
    職業:会社員
  </p>
</div>
div{
  background:#000;
  color:#fff;
  padding:50px;
}

p{
  writing-mode: vertical-rl;
  text-orientation:upright;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.