【Css】让div贴左右侧

.div1{

    float:left;

    100px;

}

.div2{

    float:right;

    200px;

}

原文地址:https://www.cnblogs.com/heyang78/p/15583472.html