Home › Forums › Design › CSS Centre and Left align › Reply To: CSS Centre and Left align
March 4, 2018 at 2:15 am
#267803
Participant
Hi,
Maybe flexbox is the solution?
.box-wrapper::after
is adding a “ghost” block at the end that pushes the last red blocks to the left.
https://codepen.io/ced404/pen/gvyNOg?editors=1100
But as soon as there’s not enough space for a red block there will be an empty space at the right of the green box…