此问题在此处已有答案:
How do I add a highlight behind the text via CSS so it looks like Instagram-one below?(2个答案)
19小时前关闭
我想得到的多行文字与背景,其中有边界半径的每一行和背景适合的文字。像下面的图片,但半径在突出显示的圆圈以及。
如下所示(半径以红色显示)
目前我的代码如下所示。
.container { position: absolute; text-align: center;}
p{
display: inline;
margin: auto 0.5rem;
text-align: center;
font-size:25px;
position: relative;
background-color:green;
color:#ffffff;
text-align: center;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
border-radius: 0.5rem;
padding: 0.25rem;}
个字符
1条答案
按热度按时间isr3a4wc1#
增加
line-height
。字符串
的数据
的数据