Equal height columns and vertical align image in column?

前端 未结 1 705
傲寒
傲寒 2021-01-22 19:41

Was wondering if anyone can show me best way to vertically align my image in image col and have the column equal in height to the text col?

CSS

相关标签:
1条回答
  • 2021-01-22 20:19

    This is my version: http://jsfiddle.net/LUpmG/2/

    In short, you need to get rid of floats, use display: table-cell, and apply vertical-align: middle to the container.

    0 讨论(0)
提交回复
热议问题