display:flex instead inline-block
To use the exact size of element you can use better display:flex instead inline-block.


Use margin-right:auto sometines helpfully instead using justify-content
Next Example, here margin:auto pushed all the way to the right side. If we are using display:flex and justify-content in parent element you can do same things, but sometimes wie have more elements and then space-arounding, space-between doesnt help for exactly positioning.
































