我想请问一下各位大佬,我这里是什么问题,为什么会出现这种情况,怎么解决呀
为什么会出现这种情况呢???
我的代码是这样写的:
nav{
width: 100%;
height: 50px;
background-color: #47b751;
}
nav ul{
width:1435px;
list-style:none;
height: 45px;
padding: 0;
}
nav ul li{
width: 285px;
height: 49px;
border-left: solid 1px white;
border-right: solid 1px white;
text-align: center;
background-color: #47b751;
font-size: 25px;
float: left;
}