浮动

作者: 坦诚_bd7b | 来源:发表于2019-02-27 22:19 被阅读0次

    #a{

    float: left;

    width: 100px;

    height: 100px;

    background-color: green;

    margin: 1px;

    }

    #a1{

    float: right;

    width: 130px;

    height: 130px;

    background-color: green;

    margin: 1px;

    }

    #container{

    background-color: yellow;

    width: 500px;

    }

    #c{

    clear: both;

    }

    相关文章

      网友评论

          本文标题:浮动

          本文链接:https://www.haomeiwen.com/subject/zbiquqtx.html