怎么使网页居中啊,急求!帮我修改一下!
我按照网上的说法做了,说的使能居中,可是还是不能剧中呢?代码使这样写的
css中这样写的
body{
font:12px; font-family:"宋体"; text-align:center; margin:0px; padding:0px;background-color:#DAA520;
}
.container{
position:relative; width:770px; margin-left:auto; margin-right:auto; text-align:left; padding:0px;
<body>
<div class="container"></div>
</body>