I'm trying to achieve something quite tricky in CSS, but also quite "simple" :
Explanation:Some element with text inside it (unknown width) with 2 elements on each side of it, both occupying the remaining space. I thought of going with \[code\]display:table\[/code\] for the container and for the 3 children going \[code\]display:table-cell\[/code\] but it just doesn't work, or I don't know how to use it properly..Update - solvedPlayground