gpt4 book ai didi

html - 如何水平居中绝对div的内容

转载 作者:搜寻专家 更新时间:2023-10-31 22:20:29 25 4
gpt4 key购买 nike

我正在使用很棒的字体库。我想将箭头图标水平居中。并且 DIV 必须是绝对位置。

我使用了这段代码,但它不起作用。

.arrow {
left: 0;
right: 0;
}

JSFiddle Demo

最佳答案

在绝对div中使用width:100%

.home .center {
position: absolute;
bottom: 0;
top:30px;
text-align: center;
width:100%;
}

已更新 fiddle

关于html - 如何水平居中绝对div的内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25684197/

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