强大的float

想要实现下面的效果,用flex搞不定,如果有其他方法,可以留言。

 

用float就比较简单了

div {
    width: 600px;
    height: 280px;
    background: #CCCCCC;
}
img {
    width: 100px;
    height: 70px;
    float: left;
}
img:first-child {
    width: 200px;
    height: 140px;
}

 

posted @ 2022-03-05 14:26  梁涛999  阅读(44)  评论(0编辑  收藏  举报