CSS 垂直排版样式代码:.gui 类实现
.gui { writing-mode: vertical-rl; text-orientation: mixed; font-family: sans-serif; font-size: 14px; line-height: 1.5; display: flex; flex-direction: column; justify-content: space-between; align-items: center; height: 100vh; }
原文地址: https://www.cveoy.top/t/topic/mscO 著作权归作者所有。请勿转载和采集!