gpt4 book ai didi

html - 如何在div中居中导航

转载 作者:行者123 更新时间:2023-11-28 07:07:18 25 4
gpt4 key购买 nike

我试图将导航栏居中放置在 div 主体的中间。我希望导航栏从 div 的一侧转到另一侧,但如果有意义的话,让 ul 中的列表位于 div 中间的中心。即使尝试了在线示例,我似乎也无法弄明白。谢谢

body {
margin: 0px;
padding: 0px;
background-color: #505050 ;
}

#body {
width: 75%;
margin: 0 auto;
position: center;
background-color: #C0C0C0;
height: 100%;
}

.nav {

}
.nav ul {
background-color: #CCCCCC;
width: 100%;
padding: 0;
text-align: center;

}

.nav li {
list-style: none;
font-family: Arial Black;
padding: 0px;
height:40px;
width: 120px;
line-height: 40px;
border: none;
float: left;
font-size: 1.3em;
background-color: #CCCCCC;
display:inline;

}

.nav a {
display: block;
color: black;
text-decoration: none;
width: 60px;

}
<div id="body">
<h2>Hello World!</h2>
<div class="nav">
<ul>
<li><a href="#">Home<a></li>
<li><a href="#">About<a></li>
<li><a href="#">News<a></li>
<li><a href="#">Contact<a></li>
</ul>
</div>
</div>

最佳答案

我在这里附上修复 http://jsfiddle.net/o4716uo9/

li使用inline-block

关于html - 如何在div中居中导航,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32855625/

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