gpt4 book ai didi

html - 如何使用 960 网格系统将网格居中

转载 作者:太空宇宙 更新时间:2023-11-04 13:20:28 24 4
gpt4 key购买 nike

我试图将 grid_5 置于 container_12 的中心,但没有成功。你知道如何将 grid_5 居中吗?我用的是网格系统960

<article class="container_12">
<section id="signupform" class="grid_5">
<form action="">
<div>
<label>Username*</label>
<input type="text" name="username" autofocus>
</div>
<div>
<label>Password*</label>
<input type="password" name="password">
</div>
<div
<label>Conferma Password*</label>
<input type="password" name="confirm_password">
</div>
<div>
<label>E-mail*</label>
<input type="email" name="email">
</div>
</form>
</section>
</article>

最佳答案

使用这个 CSS:

.container_12 .grid_5 {
宽度:380px;
float :无;
显示: block ;
margin : 0 auto ;
}

演示:http://jsfiddle.net/AYmFL/2/

关于html - 如何使用 960 网格系统将网格居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24106439/

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