问答详情
源自:2-6 编程练习

这样就可以了

只需如代码所示

提问者:lgnan 2016-11-03 16:10

个回答

  • 猴宝宝出世
    2016-11-03 17:02:32

    .mainBox{width:960px;
            height:300px;
            background-color:#CFF;
        }
    .leftBox{
        width:740px;
        height:300px;
        background-color:#C9F;
        float:left;
    }
    .rightBox{
        width:210px;
        height:300px;
        background-color:#FCF;
        float:right;
        
    }