当前位置:编程学习 > html/css >>

css样式 div居中 怎样写

css样式表内容 body { margin: 0px auto; padding: 0px; text-align: center; } #main { background-color: #E6F3F9; width:1000px; height:800px; text-align:center; } html内容 <body > <form id="form1" runat="server"> <div id="main"> </div> </form> </body> css样式表已经引用,这样写不对么?为什么div不能居中呢?
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,