好得很程序员自学网

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

CSS左右固定,中间填满布局_html/css_WEB-ITnose

先上个高清无码图:


源码:

                                 div {            line-height:60px; /*让字体垂直居中*/        }        div.box {            width: 100%;            height: 60px;            background: yellow;            text-align: center; /*让字体水平居中*/            color: white;        }            div.box div.left, div.right {                width: 60px;                height: 60px;                background: red;                            }            div.box div.left {                float: left;            }            div.box div.right {                float: right;            }            div.box div.center {                height: 60px;                background: green;                           }           

左固定

查看更多关于CSS左右固定,中间填满布局_html/css_WEB-ITnose的详细内容...

  阅读:27次