html导航栏⾃动调间距,HTMLCSS导航栏间距
我做了⼀个CSS导航栏,但是在每个“navbar-item”之间,都有⼀点空间。我不希望那⾥有任何变化!有没有办法做到这⼀点,⽽不改变每个navbar-item的余裕?HTML CSS导航栏间距
Home - UnhandyFir9
#wrapper {
box-shadow: 0px 0px 20px 10px black;
left: 0px;
top: 0px;
margin: auto;
margin-top: 30px;
width: 800px;
background-color: rgb(200, 200, 200);
font-family: sans-serif;
}
#top-notification {
display: inline-block;
width: 100%;
height: 20px;
background-color: lightblue;
text-align: center;
}
#navbar-core {
width: 100%;
height: 30px;
background-color: lightgreen;
}
#navbar-item {
display: inline-block;
width: 100px;
height: 30px;
text-align: center;
html导航源码background-color: green;
color: white;
}
== Hi! Our site was just recently launched, so you may expect alot of bugs! Sorry 'bout that! ==
+0
标识** **必须是唯⼀的。 –
+0
j08691:这不会影响渲染,所有浏览器仍然会正确应⽤样式。这是⼀个违反标准的⾏为,会打破当然的验证,并且令⼈难以置信地搞砸Javascript。 –
+0
@NielsKeurentjes - 我说它影响渲染还是会解决问题? –
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论