Is it possible on pure HTML and CSS to ensure that the blocks have the same width inside the parent, but stretch / taper as the parent block stretches / narrows?
In other words, the width of each of the n
blocks inside the container, excluding tailings, is equal to ParentWidth/n
for any widths of the Parent Width
parent.
If this is not possible in pure HTML and CSS - just answer and close this question; JS solutions are not required yet.