美文网首页
<分享>在伪元素内容中插入换行且生效:

<分享>在伪元素内容中插入换行且生效:

作者: 凯_撒 | 来源:发表于2017-10-16 22:15 被阅读24次

```

*::before {

content:"我我我 \A 我我我";

white-space: pre;   ** or  pre-wrap **  

}

```

答主:[Hemerson Varela](https://stackoverflow.com/users/1016588/hemerson-varela)

[原文地址](https://stackoverflow.com/questions/17047694/add-line-break-to-after-or-before-pseudo-element-content)

相关文章

网友评论

      本文标题:<分享>在伪元素内容中插入换行且生效:

      本文链接:https://www.haomeiwen.com/subject/vxvlyxtx.html