How to center multiple inline-block elements with CSS?
Set text-align: center;
on the parent element.
Simply set text-align: center;
on the div container.
Set text-align: center;
on the parent element.
Simply set text-align: center;
on the div container.