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;"> 是不行的
相关文章
相关标签/搜索