How to ensure three DIV are the same height regardless of content

前端 未结 4 1090
孤街浪徒
孤街浪徒 2021-01-15 13:47
4条回答
  •  心在旅途
    2021-01-15 14:34

    There are several ways and methods, but here's a quick one:

    .col {
        display: table-cell;
        vertical-align: top:
    }
    

    Demo http://jsfiddle.net/Lg9y9s93/1

提交回复
热议问题