Css – Fit a div in sibling remainging space using only flexbox
I'm currently trying to make a div fit an empty space by using only CSS and flexbox, but I can't find a way to make it work. I can't change the HTML layout, and can't use absolute positioning either. .parent…