How set the same height of divs

前端 未结 5 2064
面向向阳花
面向向阳花 2021-01-14 19:59

This is my situation

HTML

 
5条回答
  •  难免孤独
    2021-01-14 20:32

    You can try something like this:

    #item2 > div {
        padding-bottom:200px;
    }
    

    Here's the fiddle for this :

    http://jsfiddle.net/59qEt/24/

提交回复
热议问题