<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Vertical Text</title>
<style>
h1 { white-space: pre; }
</style>
</head>
<body>
<h1>
J
E
F
F
R
E
Y
</h1>
</body>
</html>
点击查看演示
通过设置 white-space 的值为 pre,即可控制文字的排版就像在一个 pre 标签中一样。因此,它会严格地显示你添加的空格。