table-cell - some kind of colspan?

前端 未结 8 1822
甜味超标
甜味超标 2020-12-06 09:46

I am a bit puzzled right now, because I had CSS code that worked, but it wasn\'t beautiful at all. I now want to rework this CSS styles and build them via LESS. And I have b

8条回答
  •  一生所求
    2020-12-06 10:27

    CSS3 has a column-span attribute. But please try to use flexbox or css grid for layout.

提交回复
热议问题