gpt4 book ai didi

Flexbox - 不能垂直和水平居中 [fullPage.js]

转载 作者:行者123 更新时间:2023-12-01 11:24:37 39 4
gpt4 key购买 nike

我试图将 flexbox 的内容垂直和水平居中,但它似乎不起作用:

这是 CSS:

#about{
display: flex;
justify-content: center;
align-items: center;
}
.btn-about {
-webkit-border-radius: 2;
-moz-border-radius: 2;
border-radius: 2px;
color: #2A77C8;
font-size: 1.8em;
background: #ffffff;
padding: 1em 3em;
text-decoration: none;
text-align: center;
}

和 HTML:

<div class="section" id="about">
<div class="element"></div>
<div class="btn-about">Wer bin ich?</div>
</div>

非常感谢您的支持!

最佳答案

对不起!错误是我的。我正在使用 fullPage.js 并且 flexbox 居中不起作用,除非您使用以下选项初始化函数:

verticalCentered: false

关于Flexbox - 不能垂直和水平居中 [fullPage.js],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38656901/

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