gpt4 book ai didi

CSS:多行文本的背景颜色?

转载 作者:技术小花猫 更新时间:2023-10-29 10:59:24 24 4
gpt4 key购买 nike

你有没有想过在多行文本上添加“背景色”属性,有两个困难:

  • 背景必须在每行的最后一个字之后停止
  • 每行之间没有空格没有背景

示例:

enter image description here

谢谢!

最佳答案

我想这就是您要找的:http://jsfiddle.net/9BTYQ/1/

span {
color: white;
background-color: #343132;
box-shadow: 0.5em 0 0 #343132,-0.5em 0 0 #343132;
}

div {
width: 100px;
}
<div>
<span>Do you have an idea to add a background-color property on a multi-line text, with two difficulties:</span>
</div>

关于CSS:多行文本的背景颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12709313/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com