gpt4 book ai didi

html - 你如何强制文本换行并保持居中定位?

转载 作者:太空宇宙 更新时间:2023-11-04 04:50:33 25 4
gpt4 key购买 nike

如何让“立即购买”成为两条不同的线并居中?

这是我的相关代码:

.popover{
position: absolute;
display: none;
color: white;
z-index: 1500;
text-align: center;
background-color: black;
font-family: impact;
text-decoration: none;
font-size: 50px;
opacity: .8;
}
.pb1{
bottom: 10px;
width: 260px;
height: 238px;
}

<div class="popover pb1" ><br/>SHOP NOW</div>

最佳答案

添加如下样式

.pb2{
margin-top: 50px;
}

把内容改成这样

<div class="popover pb1" >
<div class="pb2">SHOP<br /> NOW</div>
</div>​

关于html - 你如何强制文本换行并保持居中定位?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13557037/

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