.container>span.a+span.b+span.c
How on css to make so that span.b
was on the center .container
which is stretched on all width, and span.a
and span.c
nestled on the edges?
What can not just center them, because span.b
sizes can vary, but it should always be centered.