猿问

HTML CSS,怎么定义框架居中?

/*HTML中设置*/
<div id="contenter">
<div class="body_2 flt"></div>
</div>
/*css中定义*/
*{ margin-top:0;}
#contenter{ width:1370px;height:1920px; margin-left:auto; margin-right:auto;}
.body_2{width:1170px;min-height:1000px;background:#FFFFFF;【margin-left:auto;margin- right】:auto;background:#006699;}
为什么body_2里面的内容就是不居中????【……】加与不加都不居中!求解!!!!!!!!

慕神8447489
浏览 1137回答 1
1回答

慕的地6264312

123*{margin-top:0}#contenter{width:1370px;height:1920px;margin:0&nbsp;auto}.body_2{width:1170px;min-height:1000px;background:#006699;margin:0&nbsp;auto}没什么问题啊
随时随地看视频慕课网APP

相关分类

CSS3
我要回答