小编Seb*_*ian的帖子

无法轮换版权(©)字符

我不能旋转©字符.有什么我做错了吗?

.copy {
  font-size: 12px;
  font-family: Arial;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}
Run Code Online (Sandbox Code Playgroud)
<span class="copy">&copy; This is not working.</span>
<span class="copy">&amp; This is working.</span>
Run Code Online (Sandbox Code Playgroud)

html css

4
推荐指数
1
解决办法
101
查看次数

标签 统计

css ×1

html ×1