文字竖排
writing-mode: vertical-rl;
解决英文竖排问题
text-orientation:upright;
字间距
letter-spacing:8px;
参考
-
[目前 CSS 实现竖排文本较为通用的方式是什么?](https://www.zhihu.com/question/20874144)
-
[改变CSS世界纵横规则的writing-mode属性](http://www.zhangxinxu.com/wordpress/2016/04/css-writing-mode/)
-
[CSS几种简单方法实现文字竖向排版](http://blog.csdn.net/sangjinchao/article/details/60139706)
本条目发布于[2017年10月12日](https://c4ys.com/archives/1149 "18:24")。属于[Web Frontend](https://c4ys.com/archives/category/web-frontend)分类,被贴了 [writing-mode](https://c4ys.com/archives/tag/writing-mode) 标签。