gpt4 book ai didi

html - 嵌套 Div 的 CSS 居中

转载 作者:太空宇宙 更新时间:2023-11-03 21:46:58 26 4
gpt4 key购买 nike

任何人都可以看看这个并让我知道我做错了什么(可能是愚蠢的)?

我希望文本“test”居中。

http://fiddle.jshell.net/uteaH/3/

CSS:

.wrap {
max-width: 1139px;
margin-left: auto;
margin-right: auto; }

#screenPresentation {
border-top: 4px solid #d95936;
margin-top: 50px;
margin-bottom:10px;
background: #fff;
}

#screenPresentation h2 {
margin-top: -45px;
color: #000;
font-size: 2.4em;
font-weight: 500;
float:left;
}
.loginContainer-wrapper {
width: 99%;
height: 500px;
border: 2px solid #000;
margin:0 auto;
}

HTML:

<div class="wrap" id="screenPresentation">
<h2>Title</h2>
<div class="loginContainer-wrapper">
test
</div>
</div>

最佳答案

text-align:center; 有机会吗?

关于html - 嵌套 Div 的 CSS 居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20082926/

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