html div 居中

居中 divcode

margin:auto法 這個也能夠是定位法。用這個方法要求子級div必須設置寬的值,否則沒有效果哦~margin:auto是水平垂直都居中,若是僅僅設置水平居中,可設置爲margin:auto 0;同理,若是僅僅設置垂直居中,可設置爲margin:0 auto.方法

<div style="width:1200px; margin:0 auto;">

若是是  <div style="width:100%; margin:0 auto;"> 是不行的
相關文章
相關標籤/搜索