好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

CSS之水平垂直居中_html/css_WEB-ITnose

在css的世界里,如果我们想让一个块级元素水平居中,想必大家都知道利用margin:0 auto;嘛,这样就可以让块级元素在它的父元素中水平居中了。

列如这样:

               center                                   .parent {                width:50%;                height:100px;                border:1px solid black;                position:relative;            }            .child {                margin:0 auto;                width:50px;                height:50px;                background:#22B14C;            }                               

查看更多关于CSS之水平垂直居中_html/css_WEB-ITnose的详细内容...

  阅读:38次