justify-content and flex-grow being ignored
问题 I'm having a problem with CSS flexbox. I had a working code yesterday yet today when I tested my solution it stopped working for some reason. It has to do with flexbox. This is the result I want to have: To be able to position the content with justify-content . This fails Content should take all the available space so it has flex-grow: 1 . This fails, as well. The footer should be at the bottom since the content would push it down by taking all the available space thanks to flex-grow: 1 .