我正在努力使这个菜单居中,我尝试了边距自动 css,但它似乎没有工作。有人可以帮忙吗。
我将其设置为 100% 然后自动保证金会更容易吗?
#access {
clear: both;
margin-top: -20%;;
margin-left: 15%;
width: 100%;
font-family: SansitaOne;
font-weight: 100;
text-shadow: 2px 2px #000000;
height: 43px;
text-align: center;
}
#access ul {
font-size: 18px;
list-style: none;
}
#access li {
position: relative;
float: left;
}
先感谢您。
柯斯蒂