Fill up remaining space using Flexbox

后端 未结 3 1226
攒了一身酷
攒了一身酷 2021-01-26 10:23

I want the middle row to fill up whole browser just like any other websites. So even if there are few contents, I want the middle row to fill the entire space.

Here is t

3条回答
  •  不知归路
    2021-01-26 11:15

    If I duplicated what you are going for, adding display: block to .main should fix this. I've updated your jsfiddle and here's the link:

    https://jsfiddle.net/zL26otcu/2/

提交回复
热议问题