Flexbox: How to make content take up remaining space after fixed sidebar
It's a classic scenario. You have a sidebar, and you have content. They are getting in the way of each other, and float: left isn't going to cut it.
Flexbox was made for this kind of thing!
To begin, find the common element that contains both your si...
blog.lukehousehold.com4 min read
Dinys Monvoisin
Software developer, JavaScript Euthusiasts, Inspiring Blogger
I read the article and still hard for me to understand the difference between flex-basis, flex-grow and flex-shrink. Could you better explain it?