Equally distributing height with CSS

后端 未结 3 1698
攒了一身酷
攒了一身酷 2021-01-21 15:46

I have an HTML problem that is pretty tricky and I\'m not sure there is a CSS-based solution for it. Basically I have a three column grid. The first and third columns can contai

3条回答
  •  盖世英雄少女心
    2021-01-21 16:22

    You will basically have to fake it. You will need to be sure that the three columns have wrappers - and that there is one wrapper around the whole thing. Then you can do something like CSS Faux columns to make the second column appear as tall as the other two.

提交回复
热议问题